#A786CD

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

Shades of Cold Purple #A786CD

Tints of Cold Purple #A786CD

Color information

#A786CD (or 0xA786CD) is unknown color: approx Cold Purple. HEX triplet: A7, 86 and CD. RGB value is (167,134,205). Sum of RGB (Red+Green+Blue) = 167+134+205=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #A786CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CD is #587932. Grayscale: #979797. Windows color (decimal): -5798195 or 13469351. OLE color: 13469351.

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

Color convert

RGB167134205-
CMYK0.190.3500.20
HSL267.89º41.52%66.47%-
HSV(B)267.89º34.63%80.39%-
XYZ35.4829.6761.62-
YUV151.96157.93138.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.00%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=33.00%
G=26.48%
B=40.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671342050.190.3500.20267.8941.5266.47
HexA786CD132301410c2a42
Octal247206315234302441452102
Binary101001111000011011001101100111000110101001000011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A786CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A786CD; }

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

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

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

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

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

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

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

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