#A08CC6

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

Shades of Cold Purple #A08CC6

Tints of Cold Purple #A08CC6

Color information

#A08CC6 (or 0xA08CC6) is unknown color: approx Cold Purple. HEX triplet: A0, 8C and C6. RGB value is (160,140,198). Sum of RGB (Red+Green+Blue) = 160+140+198=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #A08CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08CC6 is #5F7339. Grayscale: #989898. Windows color (decimal): -6255418 or 13012128. OLE color: 13012128.

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

Color convert

RGB160140198-
CMYK0.190.2900.22
HSL260.69º33.72%66.27%-
HSV(B)260.69º29.29%77.65%-
XYZ34.0730.3157.48-
YUV152.59153.63133.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 140 (55.08% from 255) = 28.11%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=32.13%
G=28.11%
B=39.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1601401980.190.2900.22260.6933.7266.27
HexA08CC6131D0161052242
Octal240214306233502640542102
Binary10100000100011001100011010011111010101101000001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CC6; }

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

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

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

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

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

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

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

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