#A08FBF

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

Shades of Cold Purple #A08FBF

Tints of Cold Purple #A08FBF

Color information

#A08FBF (or 0xA08FBF) is unknown color: approx Cold Purple. HEX triplet: A0, 8F and BF. RGB value is (160,143,191). Sum of RGB (Red+Green+Blue) = 160+143+191=494 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.39% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08FBF is #5F7040. Grayscale: #999999. Windows color (decimal): -6254657 or 12554144. OLE color: 12554144.

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

Color convert

RGB160143191-
CMYK0.160.2500.25
HSL261.25º27.27%65.49%-
HSV(B)261.25º25.13%74.9%-
XYZ33.7230.8853.47-
YUV153.55149.13132.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.39%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 191 (75% from 255) = 38.66%
R=32.39%
G=28.95%
B=38.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601431910.160.2500.25261.2527.2765.49
HexA08FBF10190191051b41
Octal240217277203103140533101
Binary1010000010001111101111111000011001011001100000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08FBF; }

 p { color: rgb(160,143,191); }

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

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

 a { background-color: rgb(160,143,191); }

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

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

 span { border-color: rgb(160,143,191); }

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