#A28ACD

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

Shades of Cold Purple #A28ACD

Tints of Cold Purple #A28ACD

Color information

#A28ACD (or 0xA28ACD) is unknown color: approx Cold Purple. HEX triplet: A2, 8A and CD. RGB value is (162,138,205). Sum of RGB (Red+Green+Blue) = 162+138+205=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A28ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ACD is #5D7532. Grayscale: #989898. Windows color (decimal): -6124851 or 13470370. OLE color: 13470370.

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

Color convert

RGB162138205-
CMYK0.210.3300.20
HSL261.49º40.12%67.25%-
HSV(B)261.49º32.68%80.39%-
XYZ35.0130.2761.75-
YUV152.81157.45134.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=32.08%
G=27.33%
B=40.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621382050.210.3300.20261.4940.1267.25
HexA28ACD15210141052843
Octal242212315254102440550103
Binary101000101000101011001101101011000010101001000001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28ACD; }

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

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

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

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

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

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

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

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