#A28ACA

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

Shades of Cold Purple #A28ACA

Tints of Cold Purple #A28ACA

Color information

#A28ACA (or 0xA28ACA) is unknown color: approx Cold Purple. HEX triplet: A2, 8A and CA. RGB value is (162,138,202). Sum of RGB (Red+Green+Blue) = 162+138+202=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A28ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACA is #5D7535. Grayscale: #989898. Windows color (decimal): -6124854 or 13273762. OLE color: 13273762.

HSL color Cylindrical-coordinate representation of color #A28ACA: hue angle of 262.5º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A28ACA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162138202-
CMYK0.200.3200.21
HSL262.5º37.65%66.67%-
HSV(B)262.5º31.68%79.22%-
XYZ34.6530.1259.87-
YUV152.47155.95134.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 138 (54.30% from 255) = 27.49%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=32.27%
G=27.49%
B=40.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621382020.200.3200.21262.537.6566.67
HexA28ACA14200151062643
Octal242212312244002540646103
Binary101000101000101011001010101001000000101011000001101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ACA; }

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

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

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

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

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

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

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

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