#A28DCD

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

Shades of Cold Purple #A28DCD

Tints of Cold Purple #A28DCD

Color information

#A28DCD (or 0xA28DCD) is unknown color: approx Cold Purple. HEX triplet: A2, 8D and CD. RGB value is (162,141,205). Sum of RGB (Red+Green+Blue) = 162+141+205=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DCD is #5D7232. Grayscale: #9A9A9A. Windows color (decimal): -6124083 or 13471138. OLE color: 13471138.

HSL color Cylindrical-coordinate representation of color #A28DCD: hue angle of 259.69º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A28DCD is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162141205-
CMYK0.210.3100.20
HSL259.69º39.02%67.84%-
HSV(B)259.69º31.22%80.39%-
XYZ35.4431.1461.9-
YUV154.57156.46133.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.89%
GREEN value IS 141 (55.47% from 255) = 27.76%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=31.89%
G=27.76%
B=40.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621412050.210.3100.20259.6939.0267.84
HexA28DCD151F0141042744
Octal242215315253702440447104
Binary10100010100011011100110110101111110101001000001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DCD; }

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

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

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

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

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

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

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

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