#A08DCA

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

Shades of Cold Purple #A08DCA

Tints of Cold Purple #A08DCA

Color information

#A08DCA (or 0xA08DCA) is unknown color: approx Cold Purple. HEX triplet: A0, 8D and CA. RGB value is (160,141,202). Sum of RGB (Red+Green+Blue) = 160+141+202=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A08DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08DCA is #5F7235. Grayscale: #999999. Windows color (decimal): -6255158 or 13274528. OLE color: 13274528.

HSL color Cylindrical-coordinate representation of color #A08DCA: hue angle of 258.69º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A08DCA is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160141202-
CMYK0.210.3000.21
HSL258.69º36.53%67.25%-
HSV(B)258.69º30.2%79.22%-
XYZ34.6830.7959.99-
YUV153.64155.29132.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=31.81%
G=28.03%
B=40.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601412020.210.3000.21258.6936.5367.25
HexA08DCA151E0151032543
Octal240215312253602540345103
Binary10100000100011011100101010101111100101011000000111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08DCA; }

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

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

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

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

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

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

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

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