#A28EBD

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

Shades of Cold Purple #A28EBD

Tints of Cold Purple #A28EBD

Color information

#A28EBD (or 0xA28EBD) is unknown color: approx Cold Purple. HEX triplet: A2, 8E and BD. RGB value is (162,142,189). Sum of RGB (Red+Green+Blue) = 162+142+189=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #A28EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBD is #5D7142. Grayscale: #999999. Windows color (decimal): -6123843 or 12422818. OLE color: 12422818.

HSL color Cylindrical-coordinate representation of color #A28EBD: hue angle of 265.53º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A28EBD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162142189-
CMYK0.140.2500.26
HSL265.53º26.26%64.9%-
HSV(B)265.53º24.87%74.12%-
XYZ33.7630.752.29-
YUV153.34148.13134.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 142 (55.86% from 255) = 28.80%
BLUE value IS 189 (74.22% from 255) = 38.34%
R=32.86%
G=28.80%
B=38.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621421890.140.2500.26265.5326.2664.9
HexA28EBDE1901A10a1a41
Octal242216275163103241232101
Binary101000101000111010111101111011001011010100001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EBD; }

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

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

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

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

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

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

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

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