#A08CD1

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

Shades of Cold Purple #A08CD1

Tints of Cold Purple #A08CD1

Color information

#A08CD1 (or 0xA08CD1) is unknown color: approx Cold Purple. HEX triplet: A0, 8C and D1. RGB value is (160,140,209). Sum of RGB (Red+Green+Blue) = 160+140+209=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #A08CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CD1 is #5F732E. Grayscale: #999999. Windows color (decimal): -6255407 or 13733024. OLE color: 13733024.

HSL color Cylindrical-coordinate representation of color #A08CD1: hue angle of 257.39º degrees, saturation: 0.43, 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 #A08CD1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160140209-
CMYK0.230.3300.18
HSL257.39º42.86%68.43%-
HSV(B)257.39º33.01%81.96%-
XYZ35.3830.8364.41-
YUV153.85159.13132.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 209 (82.03% from 255) = 41.06%
R=31.43%
G=27.50%
B=41.06%

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
Decimal1601402090.230.3300.18257.3942.8668.43
HexA08CD117210121012b44
Octal240214321274102240153104
Binary101000001000110011010001101111000010100101000000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CD1; }

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

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

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

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

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

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

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

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