#A28CBD

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

Shades of Cold Purple #A28CBD

Tints of Cold Purple #A28CBD

Color information

#A28CBD (or 0xA28CBD) is unknown color: approx Cold Purple. HEX triplet: A2, 8C and BD. RGB value is (162,140,189). Sum of RGB (Red+Green+Blue) = 162+140+189=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #A28CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CBD is #5D7342. Grayscale: #979797. Windows color (decimal): -6124355 or 12422306. OLE color: 12422306.

HSL color Cylindrical-coordinate representation of color #A28CBD: hue angle of 266.94º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A28CBD is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162140189-
CMYK0.140.2600.26
HSL266.94º27.07%64.51%-
HSV(B)266.94º25.93%74.12%-
XYZ33.4630.1152.19-
YUV152.16148.79135.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=32.99%
G=28.51%
B=38.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621401890.140.2600.26266.9427.0764.51
HexA28CBDE1A01A10b1b41
Octal242214275163203241333101
Binary101000101000110010111101111011010011010100001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28CBD; }

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

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

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

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

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

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

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

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