#A28DC8

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

Shades of Cold Purple #A28DC8

Tints of Cold Purple #A28DC8

Color information

#A28DC8 (or 0xA28DC8) is unknown color: approx Cold Purple. HEX triplet: A2, 8D and C8. RGB value is (162,141,200). Sum of RGB (Red+Green+Blue) = 162+141+200=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 200 - color contains mainly: blue. Hex color #A28DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DC8 is #5D7237. Grayscale: #999999. Windows color (decimal): -6124088 or 13143458. OLE color: 13143458.

HSL color Cylindrical-coordinate representation of color #A28DC8: hue angle of 261.36º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A28DC8 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB162141200-
CMYK0.190.2900.22
HSL261.36º34.91%66.86%-
HSV(B)261.36º29.5%78.43%-
XYZ34.8530.958.77-
YUV154153.96133.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 200 (78.52% from 255) = 39.76%
R=32.21%
G=28.03%
B=39.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621412000.190.2900.22261.3634.9166.86
HexA28DC8131D0161052343
Octal242215310233502640543103
Binary10100010100011011100100010011111010101101000001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DC8; }

 p { color: rgb(162,141,200); }

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

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

 a { background-color: rgb(162,141,200); }

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

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

 span { border-color: rgb(162,141,200); }

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