#A28ECD

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

Shades of Cold Purple #A28ECD

Tints of Cold Purple #A28ECD

Color information

#A28ECD (or 0xA28ECD) is unknown color: approx Cold Purple. HEX triplet: A2, 8E and CD. RGB value is (162,142,205). Sum of RGB (Red+Green+Blue) = 162+142+205=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECD is #5D7132. Grayscale: #9A9A9A. Windows color (decimal): -6123827 or 13471394. OLE color: 13471394.

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

Color convert

RGB162142205-
CMYK0.210.3100.20
HSL259.05º38.65%68.04%-
HSV(B)259.05º30.73%80.39%-
XYZ35.5931.4461.95-
YUV155.16156.13132.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=31.83%
G=27.90%
B=40.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621422050.210.3100.20259.0538.6568.04
HexA28ECD151F0141032744
Octal242216315253702440347104
Binary10100010100011101100110110101111110101001000000111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ECD; }

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

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

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

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

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

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

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

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