#A28CCD

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

Shades of Cold Purple #A28CCD

Tints of Cold Purple #A28CCD

Color information

#A28CCD (or 0xA28CCD) is unknown color: approx Cold Purple. HEX triplet: A2, 8C and CD. RGB value is (162,140,205). Sum of RGB (Red+Green+Blue) = 162+140+205=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CCD is #5D7332. Grayscale: #999999. Windows color (decimal): -6124339 or 13470882. OLE color: 13470882.

HSL color Cylindrical-coordinate representation of color #A28CCD: hue angle of 260.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28CCD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162140205-
CMYK0.210.3200.20
HSL260.31º39.39%67.65%-
HSV(B)260.31º31.71%80.39%-
XYZ35.330.8561.85-
YUV153.99156.79133.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=31.95%
G=27.61%
B=40.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621402050.210.3200.20260.3139.3967.65
HexA28CCD15200141042744
Octal242214315254002440447104
Binary101000101000110011001101101011000000101001000001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CCD; }

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

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

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

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

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

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

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

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