#A28EBB

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

Shades of Cold Purple #A28EBB

Tints of Cold Purple #A28EBB

Color information

#A28EBB (or 0xA28EBB) is unknown color: approx Cold Purple. HEX triplet: A2, 8E and BB. RGB value is (162,142,187). Sum of RGB (Red+Green+Blue) = 162+142+187=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #A28EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBB is #5D7144. Grayscale: #989898. Windows color (decimal): -6123845 or 12291746. OLE color: 12291746.

HSL color Cylindrical-coordinate representation of color #A28EBB: hue angle of 266.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28EBB is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162142187-
CMYK0.130.2400.27
HSL266.67º24.86%64.51%-
HSV(B)266.67º24.06%73.33%-
XYZ33.5430.6251.16-
YUV153.11147.13134.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=32.99%
G=28.92%
B=38.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621421870.130.2400.27266.6724.8664.51
HexA28EBBD1801B10b1941
Octal242216273153003341331101
Binary101000101000111010111011110111000011011100001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EBB; }

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

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

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

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

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

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

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

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