#A08CA4

Color #A08CA4 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #A08CA4

Tints of Amethyst Smoke #A08CA4

Color information

#A08CA4 (or 0xA08CA4) is unknown color: approx Amethyst Smoke. HEX triplet: A0, 8C and A4. RGB value is (160,140,164). Sum of RGB (Red+Green+Blue) = 160+140+164=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 164 - color contains mainly: blue. Hex color #A08CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08CA4 is #5F735B. Grayscale: #949494. Windows color (decimal): -6255452 or 10783904. OLE color: 10783904.

HSL color Cylindrical-coordinate representation of color #A08CA4: hue angle of 290º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A08CA4 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB160140164-
CMYK0.020.1500.36
HSL290º11.65%59.61%-
HSV(B)290º14.63%64.31%-
XYZ30.5828.9139.09-
YUV148.72136.63136.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.48%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=34.48%
G=30.17%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1601401640.020.1500.3629011.6559.61
HexA08CA42F024122c3c
Octal2402142442170444421474
Binary10100000100011001010010010111101001001001000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08CA4; }

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

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

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

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

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

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

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

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