#A28BBA

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

Shades of Cold Purple #A28BBA

Tints of Cold Purple #A28BBA

Color information

#A28BBA (or 0xA28BBA) is unknown color: approx Cold Purple. HEX triplet: A2, 8B and BA. RGB value is (162,139,186). Sum of RGB (Red+Green+Blue) = 162+139+186=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #A28BBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BBA is #5D7445. Grayscale: #979797. Windows color (decimal): -6124614 or 12225442. OLE color: 12225442.

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

Color convert

RGB162139186-
CMYK0.130.2500.27
HSL269.36º25.41%63.73%-
HSV(B)269.36º25.27%72.94%-
XYZ3329.6950.45-
YUV151.23147.62135.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 186 (73.05% from 255) = 38.19%
R=33.26%
G=28.54%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621391860.130.2500.27269.3625.4163.73
HexA28BBAD1901B10d1940
Octal242213272153103341531100
Binary101000101000101110111010110111001011011100001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28BBA; }

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

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

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

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

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

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

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

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