Html Css Color HEX #A787CB Cold Purple

📋 copy color: '#A787CB'

red 167 ◦ green 135 ◦ blue 203

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

Shades of Cold Purple #A787CB

Tints of Cold Purple #A787CB

RGB

 RED value IS 167 (65.63% from 255) = 33.07%

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 33.07%
G = 26.73%
B = 40.2%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A787CB (or 0xA787CB) is known color: Cold Purple. HEX triplet: A7, 87 and CB. RGB value is (167,135,203). Sum of RGB (Red+Green+Blue) = 167+135+203=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #A787CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787CB is #587834. Grayscale: #989898. Windows color (decimal): -5797941 or 13338535. OLE color: 13338535.

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

Color convert

RGB 167 135 203 -
CMYK 0.18 0.33 0 0.20
HSL 268.24º 0.4% 0.66% -
HSV(B) 268.24º 0.33% 0.8% -
XYZ 35.38 29.86 60.4 -
YUV 152.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 167 135 203 0.18 0.33 0 0.20 268.24 0.4 0.66
Hex A7 87 CB 12 21 0 14 10C 28 42
Octal 247 207 313 22 41 0 24 414 50 102
Binary 10100111 10000111 11001011 10010 100001 0 10100 100001100 101000 1000010

Color Harmonies of #A787CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A787CB

Black with #A787CB

Text Example


Text Example

White with #A787CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A787CB; }

 p { color: rgb(167,135,203); }

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

background-color css

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

 a { background-color: rgb(167,135,203); }

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

border-color css

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

 span { border-color: rgb(167,135,203); }

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