#A28CD0

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

Shades of Cold Purple #A28CD0

Tints of Cold Purple #A28CD0

Color information

#A28CD0 (or 0xA28CD0) is unknown color: approx Cold Purple. HEX triplet: A2, 8C and D0. RGB value is (162,140,208). Sum of RGB (Red+Green+Blue) = 162+140+208=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #A28CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CD0 is #5D732F. Grayscale: #9A9A9A. Windows color (decimal): -6124336 or 13667490. OLE color: 13667490.

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

Color convert

RGB162140208-
CMYK0.220.3300.18
HSL259.41º41.98%68.24%-
HSV(B)259.41º32.69%81.57%-
XYZ35.6630.9963.78-
YUV154.33158.29133.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 140 (55.08% from 255) = 27.45%
BLUE value IS 208 (81.64% from 255) = 40.78%
R=31.76%
G=27.45%
B=40.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1621402080.220.3300.18259.4141.9868.24
HexA28CD016210121032a44
Octal242214320264102240352104
Binary101000101000110011010000101101000010100101000000111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CD0; }

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

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

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

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

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

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

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

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