#A787C9

Color #A787C9 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A787C9

Tints of Cold Purple #A787C9

Color information

#A787C9 (or 0xA787C9) is unknown color: approx Cold Purple. HEX triplet: A7, 87 and C9. RGB value is (167,135,201). Sum of RGB (Red+Green+Blue) = 167+135+201=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 135 (53.12% from 255 or 26.84% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #A787C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787C9 is #587836. Grayscale: #979797. Windows color (decimal): -5797943 or 13207463. OLE color: 13207463.

HSL color Cylindrical-coordinate representation of color #A787C9: hue angle of 269.09º degrees, saturation: 0.38, 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 #A787C9 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167135201-
CMYK0.170.3300.21
HSL269.09º37.93%65.88%-
HSV(B)269.09º32.84%78.82%-
XYZ35.1429.7659.15-
YUV152.09155.6138.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 135 (53.12% from 255) = 26.84%
BLUE value IS 201 (78.91% from 255) = 39.96%
R=33.20%
G=26.84%
B=39.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671352010.170.3300.21269.0937.9365.88
HexA787C9112101510d2642
Octal247207311214102541546102
Binary101001111000011111001001100011000010101011000011011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A787C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A787C9; }

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

 H1.HeaderClassName
 {
   color: #A787C9;
 }
 .AnyTagClassName
 {
   color: #A787C9;
 }
</style>
background-color css

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

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

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

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

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

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