#A08BBD

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

Shades of Cold Purple #A08BBD

Tints of Cold Purple #A08BBD

Color information

#A08BBD (or 0xA08BBD) is unknown color: approx Cold Purple. HEX triplet: A0, 8B and BD. RGB value is (160,139,189). Sum of RGB (Red+Green+Blue) = 160+139+189=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A08BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08BBD is #5F7442. Grayscale: #969696. Windows color (decimal): -6255683 or 12422048. OLE color: 12422048.

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

Color convert

RGB160139189-
CMYK0.150.2600.26
HSL265.2º27.47%64.31%-
HSV(B)265.2º26.46%74.12%-
XYZ32.9229.6152.13-
YUV150.98149.46134.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=32.79%
G=28.48%
B=38.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601391890.150.2600.26265.227.4764.31
HexA08BBDF1A01A1091b40
Octal240213275173203241133100
Binary101000001000101110111101111111010011010100001001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08BBD; }

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

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

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

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

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

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

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

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