#A28EBF

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

Shades of Cold Purple #A28EBF

Tints of Cold Purple #A28EBF

Color information

#A28EBF (or 0xA28EBF) is unknown color: approx Cold Purple. HEX triplet: A2, 8E and BF. RGB value is (162,142,191). Sum of RGB (Red+Green+Blue) = 162+142+191=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #A28EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EBF is #5D7140. Grayscale: #999999. Windows color (decimal): -6123841 or 12553890. OLE color: 12553890.

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

Color convert

RGB162142191-
CMYK0.150.2600.25
HSL264.49º27.68%65.29%-
HSV(B)264.49º25.65%74.9%-
XYZ33.9830.7953.44-
YUV153.57149.13134.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 191 (75% from 255) = 38.59%
R=32.73%
G=28.69%
B=38.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621421910.150.2600.25264.4927.6865.29
HexA28EBFF1A0191081c41
Octal242216277173203141034101
Binary101000101000111010111111111111010011001100001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EBF; }

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

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

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

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

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

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

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

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