#A08CBF

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

Shades of Cold Purple #A08CBF

Tints of Cold Purple #A08CBF

Color information

#A08CBF (or 0xA08CBF) is unknown color: approx Cold Purple. HEX triplet: A0, 8C and BF. RGB value is (160,140,191). Sum of RGB (Red+Green+Blue) = 160+140+191=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #A08CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CBF is #5F7340. Grayscale: #979797. Windows color (decimal): -6255425 or 12553376. OLE color: 12553376.

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

Color convert

RGB160140191-
CMYK0.160.2700.25
HSL263.53º28.49%64.9%-
HSV(B)263.53º26.7%74.9%-
XYZ33.2829.9953.33-
YUV151.79150.13133.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 191 (75% from 255) = 38.90%
R=32.59%
G=28.51%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601401910.160.2700.25263.5328.4964.9
HexA08CBF101B0191081c41
Octal240214277203303141034101
Binary1010000010001100101111111000011011011001100001000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CBF; }

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

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

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

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

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

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

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

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