#A28ECB

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

Shades of Cold Purple #A28ECB

Tints of Cold Purple #A28ECB

Color information

#A28ECB (or 0xA28ECB) is unknown color: approx Cold Purple. HEX triplet: A2, 8E and CB. RGB value is (162,142,203). Sum of RGB (Red+Green+Blue) = 162+142+203=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #A28ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ECB is #5D7134. Grayscale: #9A9A9A. Windows color (decimal): -6123829 or 13340322. OLE color: 13340322.

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

Color convert

RGB162142203-
CMYK0.200.3000.20
HSL259.67º36.97%67.65%-
HSV(B)259.67º30.05%79.61%-
XYZ35.3531.3460.69-
YUV154.93155.13133.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=31.95%
G=28.01%
B=40.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621422030.200.3000.20259.6736.9767.65
HexA28ECB141E0141042544
Octal242216313243602440445104
Binary10100010100011101100101110100111100101001000001001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ECB; }

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

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

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

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

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

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

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

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