#A28EB7

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

Shades of Cold Purple #A28EB7

Tints of Cold Purple #A28EB7

Color information

#A28EB7 (or 0xA28EB7) is unknown color: approx Cold Purple. HEX triplet: A2, 8E and B7. RGB value is (162,142,183). Sum of RGB (Red+Green+Blue) = 162+142+183=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 183 - color contains mainly: blue. Hex color #A28EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EB7 is #5D7148. Grayscale: #989898. Windows color (decimal): -6123849 or 12029602. OLE color: 12029602.

HSL color Cylindrical-coordinate representation of color #A28EB7: hue angle of 269.27º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A28EB7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB162142183-
CMYK0.110.2200.28
HSL269.27º22.16%63.73%-
HSV(B)269.27º22.4%71.76%-
XYZ33.1230.4548.93-
YUV152.65145.13134.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 183 (71.88% from 255) = 37.58%
R=33.26%
G=29.16%
B=37.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621421830.110.2200.28269.2722.1663.73
HexA28EB7B1601C10d1640
Octal242216267132603441526100
Binary101000101000111010110111101110110011100100001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28EB7; }

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

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

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

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

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

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

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

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