#A08AB7

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

Shades of Cold Purple #A08AB7

Tints of Cold Purple #A08AB7

Color information

#A08AB7 (or 0xA08AB7) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and B7. RGB value is (160,138,183). Sum of RGB (Red+Green+Blue) = 160+138+183=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 183 (71.88% from 255 or 38.05% from 481); Max value from RGB is 183 - color contains mainly: blue. Hex color #A08AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AB7 is #5F7548. Grayscale: #959595. Windows color (decimal): -6255945 or 12028576. OLE color: 12028576.

HSL color Cylindrical-coordinate representation of color #A08AB7: hue angle of 269.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A08AB7 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160138183-
CMYK0.130.2500.28
HSL269.33º23.81%62.94%-
HSV(B)269.33º24.59%71.76%-
XYZ32.1329.0748.72-
YUV149.71146.79135.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 138 (54.30% from 255) = 28.69%
BLUE value IS 183 (71.88% from 255) = 38.05%
R=33.26%
G=28.69%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601381830.130.2500.28269.3323.8162.94
HexA08AB7D1901C10d183f
Octal24021226715310344153077
Binary10100000100010101011011111011100101110010000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AB7; }

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

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

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

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

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

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

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

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