#A28ABE

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

Shades of Cold Purple #A28ABE

Tints of Cold Purple #A28ABE

Color information

#A28ABE (or 0xA28ABE) is unknown color: approx Cold Purple. HEX triplet: A2, 8A and BE. RGB value is (162,138,190). Sum of RGB (Red+Green+Blue) = 162+138+190=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #A28ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ABE is #5D7541. Grayscale: #969696. Windows color (decimal): -6124866 or 12487330. OLE color: 12487330.

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

Color convert

RGB162138190-
CMYK0.150.2700.25
HSL267.69º28.57%64.31%-
HSV(B)267.69º27.37%74.51%-
XYZ33.2829.5852.67-
YUV151.1149.95135.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=33.06%
G=28.16%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621381900.150.2700.25267.6928.5764.31
HexA28ABEF1B01910c1d40
Octal242212276173303141435100
Binary101000101000101010111110111111011011001100001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ABE; }

 p { color: rgb(162,138,190); }

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

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

 a { background-color: rgb(162,138,190); }

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

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

 span { border-color: rgb(162,138,190); }

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