#A28AD0

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

Shades of Cold Purple #A28AD0

Tints of Cold Purple #A28AD0

Color information

#A28AD0 (or 0xA28AD0) is unknown color: approx Cold Purple. HEX triplet: A2, 8A and D0. RGB value is (162,138,208). Sum of RGB (Red+Green+Blue) = 162+138+208=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #A28AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AD0 is #5D752F. Grayscale: #989898. Windows color (decimal): -6124848 or 13666978. OLE color: 13666978.

HSL color Cylindrical-coordinate representation of color #A28AD0: hue angle of 260.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28AD0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB162138208-
CMYK0.220.3400.18
HSL260.57º42.68%67.84%-
HSV(B)260.57º33.65%81.57%-
XYZ35.3730.4163.68-
YUV153.16158.95134.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 138 (54.30% from 255) = 27.17%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=31.89%
G=27.17%
B=40.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621382080.220.3400.18260.5742.6867.84
HexA28AD016220121052b44
Octal242212320264202240553104
Binary101000101000101011010000101101000100100101000001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28AD0; }

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

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

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

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

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

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

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

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