#A28AC9

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

Shades of Cold Purple #A28AC9

Tints of Cold Purple #A28AC9

Color information

#A28AC9 (or 0xA28AC9) is unknown color: approx Cold Purple. HEX triplet: A2, 8A and C9. RGB value is (162,138,201). Sum of RGB (Red+Green+Blue) = 162+138+201=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 201 (78.91% from 255 or 40.12% from 501); Max value from RGB is 201 - color contains mainly: blue. Hex color #A28AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AC9 is #5D7536. Grayscale: #989898. Windows color (decimal): -6124855 or 13208226. OLE color: 13208226.

HSL color Cylindrical-coordinate representation of color #A28AC9: hue angle of 262.86º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28AC9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162138201-
CMYK0.190.3100.21
HSL262.86º36.84%66.47%-
HSV(B)262.86º31.34%78.82%-
XYZ34.5330.0859.24-
YUV152.36155.45134.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 138 (54.30% from 255) = 27.54%
BLUE value IS 201 (78.91% from 255) = 40.12%
R=32.34%
G=27.54%
B=40.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621382010.190.3100.21262.8636.8466.47
HexA28AC9131F0151072542
Octal242212311233702540745102
Binary10100010100010101100100110011111110101011000001111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AC9; }

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

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

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

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

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

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

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

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