#A286CD

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

Shades of Cold Purple #A286CD

Tints of Cold Purple #A286CD

Color information

#A286CD (or 0xA286CD) is unknown color: approx Cold Purple. HEX triplet: A2, 86 and CD. RGB value is (162,134,205). Sum of RGB (Red+Green+Blue) = 162+134+205=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A286CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A286CD is #5D7932. Grayscale: #969696. Windows color (decimal): -6125875 or 13469346. OLE color: 13469346.

HSL color Cylindrical-coordinate representation of color #A286CD: hue angle of 263.66º 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 #A286CD is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162134205-
CMYK0.210.3500.20
HSL263.66º41.52%66.47%-
HSV(B)263.66º34.63%80.39%-
XYZ34.4429.1461.57-
YUV150.47158.78136.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 134 (52.73% from 255) = 26.75%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=32.34%
G=26.75%
B=40.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621342050.210.3500.20263.6641.5266.47
HexA286CD15230141082a42
Octal242206315254302441052102
Binary101000101000011011001101101011000110101001000010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286CD; }

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

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

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

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

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

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

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

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