#A08ABE

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

Shades of Cold Purple #A08ABE

Tints of Cold Purple #A08ABE

Color information

#A08ABE (or 0xA08ABE) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and BE. RGB value is (160,138,190). Sum of RGB (Red+Green+Blue) = 160+138+190=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A08ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08ABE is #5F7541. Grayscale: #969696. Windows color (decimal): -6255938 or 12487328. OLE color: 12487328.

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

Color convert

RGB160138190-
CMYK0.160.2700.25
HSL265.38º28.57%64.31%-
HSV(B)265.38º27.37%74.51%-
XYZ32.8829.3752.65-
YUV150.51150.29134.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 138 (54.30% from 255) = 28.28%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=32.79%
G=28.28%
B=38.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601381900.160.2700.25265.3828.5764.31
HexA08ABE101B0191091d40
Octal240212276203303141135100
Binary1010000010001010101111101000011011011001100001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08ABE; }

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

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

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

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

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

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

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

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