Html Css Color HEX #A187CA Cold Purple

📋 copy color: '#A187CA'

red 161 ◦ green 135 ◦ blue 202

#A187CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A187CA

Tints of Cold Purple #A187CA

RGB

 RED value IS 161 (63.28% from 255) = 32.33%

 GREEN value IS 135 (53.13% from 255) = 27.11%

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 32.33%
G = 27.11%
B = 40.56%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A187CA (or 0xA187CA) is known color: Cold Purple. HEX triplet: A1, 87 and CA. RGB value is (161,135,202). Sum of RGB (Red+Green+Blue) = 161+135+202=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 135 (53.12% from 255 or 27.11% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A187CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187CA is #5E7835. Grayscale: #969696. Windows color (decimal): -6191158 or 13272993. OLE color: 13272993.

HSL color Cylindrical-coordinate representation of color #A187CA: hue angle of 263.28º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A187CA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 135 202 -
CMYK 0.20 0.33 0 0.21
HSL 263.28º 0.39% 0.66% -
HSV(B) 263.28º 0.33% 0.79% -
XYZ 34.02 29.17 59.71 -
YUV 150.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 161 135 202 0.20 0.33 0 0.21 263.28 0.39 0.66
Hex A1 87 CA 14 21 0 15 107 27 42
Octal 241 207 312 24 41 0 25 407 47 102
Binary 10100001 10000111 11001010 10100 100001 0 10101 100000111 100111 1000010

Color Harmonies of #A187CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187CA

Black with #A187CA

Text Example


Text Example

White with #A187CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187CA; }

 p { color: rgb(161,135,202); }

 H1.HeaderClassName
 {
   color: #A187CA;
 }
 .AnyTagClassName
 {
   color: #A187CA;
 }
</style>

background-color css

<style>
 a { background-color: #A187CA; }

 a { background-color: rgb(161,135,202); }

 div.DivClassName
 {
   background-color: #A187CA;
 }
 .BgClassName
 {
   background-color: #A187CA;
 }
</style>

border-color css

<style>
 span { border-color: #A187CA; }

 span { border-color: rgb(161,135,202); }

 td.TdClassName
 {
   border-color: #A187CA;
 }
 .TagClassName
 {
   border-color: #A187CA;
 }
</style>