#A08DD1

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

Shades of Cold Purple #A08DD1

Tints of Cold Purple #A08DD1

Color information

#A08DD1 (or 0xA08DD1) is unknown color: approx Cold Purple. HEX triplet: A0, 8D and D1. RGB value is (160,141,209). Sum of RGB (Red+Green+Blue) = 160+141+209=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #A08DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DD1 is #5F722E. Grayscale: #9A9A9A. Windows color (decimal): -6255151 or 13733280. OLE color: 13733280.

HSL color Cylindrical-coordinate representation of color #A08DD1: hue angle of 256.76º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A08DD1 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160141209-
CMYK0.230.3300.18
HSL256.76º42.5%68.63%-
HSV(B)256.76º32.54%81.96%-
XYZ35.5331.1364.46-
YUV154.43158.79131.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.37%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 209 (82.03% from 255) = 40.98%
R=31.37%
G=27.65%
B=40.98%

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
Decimal1601412090.230.3300.18256.7642.568.63
HexA08DD117210121012a45
Octal240215321274102240152105
Binary101000001000110111010001101111000010100101000000011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DD1; }

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

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

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

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

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

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

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

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