Html Css Color HEX #A187CC Cold Purple

📋 copy color: '#A187CC'

red 161 ◦ green 135 ◦ blue 204

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

Shades of Cold Purple #A187CC

Tints of Cold Purple #A187CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 32.2%
G = 27%
B = 40.8%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A187CC (or 0xA187CC) is known color: Cold Purple. HEX triplet: A1, 87 and CC. RGB value is (161,135,204). Sum of RGB (Red+Green+Blue) = 161+135+204=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #A187CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187CC is #5E7833. Grayscale: #969696. Windows color (decimal): -6191156 or 13404065. OLE color: 13404065.

HSL color Cylindrical-coordinate representation of color #A187CC: hue angle of 262.61º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A187CC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 135 204 -
CMYK 0.21 0.34 0 0.2
HSL 262.61º 0.4% 0.66% -
HSV(B) 262.61º 0.34% 0.8% -
XYZ 34.26 29.26 60.97 -
YUV 150.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 161 135 204 0.21 0.34 0 0.2 262.61 0.4 0.66
Hex A1 87 CC 15 22 0 14 107 28 42
Octal 241 207 314 25 42 0 24 407 50 102
Binary 10100001 10000111 11001100 10101 100010 0 10100 100000111 101000 1000010

Color Harmonies of #A187CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187CC

Black with #A187CC

Text Example


Text Example

White with #A187CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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