#A08CB7

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

Shades of Cold Purple #A08CB7

Tints of Cold Purple #A08CB7

Color information

#A08CB7 (or 0xA08CB7) is unknown color: approx Cold Purple. HEX triplet: A0, 8C and B7. RGB value is (160,140,183). Sum of RGB (Red+Green+Blue) = 160+140+183=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 183 - color contains mainly: blue. Hex color #A08CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CB7 is #5F7348. Grayscale: #969696. Windows color (decimal): -6255433 or 12029088. OLE color: 12029088.

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

Color convert

RGB160140183-
CMYK0.130.2300.28
HSL267.91º22.99%63.33%-
HSV(B)267.91º23.5%71.76%-
XYZ32.4229.6548.81-
YUV150.88146.13134.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=33.13%
G=28.99%
B=37.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601401830.130.2300.28267.9122.9963.33
HexA08CB7D1701C10c173f
Octal24021426715270344142777
Binary10100000100011001011011111011011101110010000110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CB7; }

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

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

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

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

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

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

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

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