#A08EC6

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

Shades of Cold Purple #A08EC6

Tints of Cold Purple #A08EC6

Color information

#A08EC6 (or 0xA08EC6) is unknown color: approx Cold Purple. HEX triplet: A0, 8E and C6. RGB value is (160,142,198). Sum of RGB (Red+Green+Blue) = 160+142+198=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #A08EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08EC6 is #5F7139. Grayscale: #999999. Windows color (decimal): -6254906 or 13012640. OLE color: 13012640.

HSL color Cylindrical-coordinate representation of color #A08EC6: hue angle of 259.29º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A08EC6 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB160142198-
CMYK0.190.2800.22
HSL259.29º32.94%66.67%-
HSV(B)259.29º28.28%77.65%-
XYZ34.3630.957.58-
YUV153.77152.96132.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=32%
G=28.4%
B=39.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601421980.190.2800.22259.2932.9466.67
HexA08EC6131C0161032143
Octal240216306233402640341103
Binary10100000100011101100011010011111000101101000000111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08EC6; }

 p { color: rgb(160,142,198); }

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

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

 a { background-color: rgb(160,142,198); }

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

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

 span { border-color: rgb(160,142,198); }

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