#A28BBE

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

Shades of Cold Purple #A28BBE

Tints of Cold Purple #A28BBE

Color information

#A28BBE (or 0xA28BBE) is unknown color: approx Cold Purple. HEX triplet: A2, 8B and BE. RGB value is (162,139,190). Sum of RGB (Red+Green+Blue) = 162+139+190=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A28BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBE is #5D7441. Grayscale: #979797. Windows color (decimal): -6124610 or 12487586. OLE color: 12487586.

HSL color Cylindrical-coordinate representation of color #A28BBE: hue angle of 267.06º degrees, saturation: 0.28, 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 #A28BBE is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162139190-
CMYK0.150.2700.25
HSL267.06º28.18%64.51%-
HSV(B)267.06º26.84%74.51%-
XYZ33.4329.8652.72-
YUV151.69149.62135.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=32.99%
G=28.31%
B=38.70%

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
Decimal1621391900.150.2700.25267.0628.1864.51
HexA28BBEF1B01910b1c41
Octal242213276173303141334101
Binary101000101000101110111110111111011011001100001011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BBE; }

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

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

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

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

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

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

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

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