#A28BBF

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

Shades of Cold Purple #A28BBF

Tints of Cold Purple #A28BBF

Color information

#A28BBF (or 0xA28BBF) is unknown color: approx Cold Purple. HEX triplet: A2, 8B and BF. RGB value is (162,139,191). Sum of RGB (Red+Green+Blue) = 162+139+191=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A28BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBF is #5D7440. Grayscale: #979797. Windows color (decimal): -6124609 or 12553122. OLE color: 12553122.

HSL color Cylindrical-coordinate representation of color #A28BBF: hue angle of 266.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A28BBF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162139191-
CMYK0.150.2700.25
HSL266.54º28.89%64.71%-
HSV(B)266.54º27.23%74.9%-
XYZ33.5429.9153.3-
YUV151.8150.12135.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 191 (75% from 255) = 38.82%
R=32.93%
G=28.25%
B=38.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621391910.150.2700.25266.5428.8964.71
HexA28BBFF1B01910b1d41
Octal242213277173303141335101
Binary101000101000101110111111111111011011001100001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BBF; }

 p { color: rgb(162,139,191); }

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

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

 a { background-color: rgb(162,139,191); }

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

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

 span { border-color: rgb(162,139,191); }

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