#A08ABA

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

Shades of Cold Purple #A08ABA

Tints of Cold Purple #A08ABA

Color information

#A08ABA (or 0xA08ABA) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and BA. RGB value is (160,138,186). Sum of RGB (Red+Green+Blue) = 160+138+186=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #A08ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ABA is #5F7545. Grayscale: #959595. Windows color (decimal): -6255942 or 12225184. OLE color: 12225184.

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

Color convert

RGB160138186-
CMYK0.140.2600.27
HSL267.5º25.81%63.53%-
HSV(B)267.5º25.81%72.94%-
XYZ32.4529.250.38-
YUV150.05148.29135.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=33.06%
G=28.51%
B=38.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601381860.140.2600.27267.525.8163.53
HexA08ABAE1A01B10c1a40
Octal240212272163203341432100
Binary101000001000101010111010111011010011011100001100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ABA; }

 p { color: rgb(160,138,186); }

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

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

 a { background-color: rgb(160,138,186); }

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

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

 span { border-color: rgb(160,138,186); }

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