#A786CC

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

Shades of Cold Purple #A786CC

Tints of Cold Purple #A786CC

Color information

#A786CC (or 0xA786CC) is unknown color: approx Cold Purple. HEX triplet: A7, 86 and CC. RGB value is (167,134,204). Sum of RGB (Red+Green+Blue) = 167+134+204=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A786CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CC is #587933. Grayscale: #979797. Windows color (decimal): -5798196 or 13403815. OLE color: 13403815.

HSL color Cylindrical-coordinate representation of color #A786CC: hue angle of 268.29º degrees, saturation: 0.41, 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 #A786CC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167134204-
CMYK0.180.3400.2
HSL268.29º40.7%66.27%-
HSV(B)268.29º34.31%80%-
XYZ35.3629.6360.98-
YUV151.85157.43138.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.07%
GREEN value IS 134 (52.73% from 255) = 26.53%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=33.07%
G=26.53%
B=40.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671342040.180.3400.2268.2940.766.27
HexA786CC122201410c2942
Octal247206314224202441451102
Binary101001111000011011001100100101000100101001000011001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786CC; }

 p { color: rgb(167,134,204); }

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

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

 a { background-color: rgb(167,134,204); }

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

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

 span { border-color: rgb(167,134,204); }

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