#A28DBA

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

Shades of Cold Purple #A28DBA

Tints of Cold Purple #A28DBA

Color information

#A28DBA (or 0xA28DBA) is unknown color: approx Cold Purple. HEX triplet: A2, 8D and BA. RGB value is (162,141,186). Sum of RGB (Red+Green+Blue) = 162+141+186=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #A28DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DBA is #5D7245. Grayscale: #989898. Windows color (decimal): -6124102 or 12225954. OLE color: 12225954.

HSL color Cylindrical-coordinate representation of color #A28DBA: hue angle of 268º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28DBA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162141186-
CMYK0.130.2400.27
HSL268º24.59%64.12%-
HSV(B)268º24.19%72.94%-
XYZ33.2930.2850.54-
YUV152.41146.96134.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=33.13%
G=28.83%
B=38.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621411860.130.2400.2726824.5964.12
HexA28DBAD1801B10c1940
Octal242215272153003341431100
Binary101000101000110110111010110111000011011100001100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28DBA; }

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

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

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

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

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

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

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

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