#A08BD0

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

Shades of Cold Purple #A08BD0

Tints of Cold Purple #A08BD0

Color information

#A08BD0 (or 0xA08BD0) is unknown color: approx Cold Purple. HEX triplet: A0, 8B and D0. RGB value is (160,139,208). Sum of RGB (Red+Green+Blue) = 160+139+208=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #A08BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BD0 is #5F742F. Grayscale: #989898. Windows color (decimal): -6255664 or 13667232. OLE color: 13667232.

HSL color Cylindrical-coordinate representation of color #A08BD0: hue angle of 258.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08BD0 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160139208-
CMYK0.230.3300.18
HSL258.26º42.33%68.04%-
HSV(B)258.26º33.17%81.57%-
XYZ35.1130.4963.71-
YUV153.14158.96132.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=31.56%
G=27.42%
B=41.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601392080.230.3300.18258.2642.3368.04
HexA08BD017210121022a44
Octal240213320274102240252104
Binary101000001000101111010000101111000010100101000000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BD0; }

 p { color: rgb(160,139,208); }

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

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

 a { background-color: rgb(160,139,208); }

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

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

 span { border-color: rgb(160,139,208); }

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