#A28FBA

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

Shades of Cold Purple #A28FBA

Tints of Cold Purple #A28FBA

Color information

#A28FBA (or 0xA28FBA) is unknown color: approx Cold Purple. HEX triplet: A2, 8F and BA. RGB value is (162,143,186). Sum of RGB (Red+Green+Blue) = 162+143+186=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A28FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FBA is #5D7045. Grayscale: #999999. Windows color (decimal): -6123590 or 12226466. OLE color: 12226466.

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

Color convert

RGB162143186-
CMYK0.130.2300.27
HSL266.51º23.76%64.51%-
HSV(B)266.51º23.12%72.94%-
XYZ33.5930.8750.64-
YUV153.58146.29134-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=32.99%
G=29.12%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621431860.130.2300.27266.5123.7664.51
HexA28FBAD1701B10b1841
Octal242217272152703341330101
Binary101000101000111110111010110110111011011100001011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28FBA; }

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

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

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

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

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

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

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

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