#A08AD0

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

Shades of Cold Purple #A08AD0

Tints of Cold Purple #A08AD0

Color information

#A08AD0 (or 0xA08AD0) is unknown color: approx Cold Purple. HEX triplet: A0, 8A and D0. RGB value is (160,138,208). Sum of RGB (Red+Green+Blue) = 160+138+208=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A08AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AD0 is #5F752F. Grayscale: #989898. Windows color (decimal): -6255920 or 13666976. OLE color: 13666976.

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

Color convert

RGB160138208-
CMYK0.230.3400.18
HSL258.86º42.68%67.84%-
HSV(B)258.86º33.65%81.57%-
XYZ34.9730.263.66-
YUV152.56159.29133.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 138 (54.30% from 255) = 27.27%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=31.62%
G=27.27%
B=41.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601382080.230.3400.18258.8642.6867.84
HexA08AD017220121032b44
Octal240212320274202240353104
Binary101000001000101011010000101111000100100101000000111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AD0; }

 p { color: rgb(160,138,208); }

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

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

 a { background-color: rgb(160,138,208); }

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

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

 span { border-color: rgb(160,138,208); }

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