Html Css Color HEX #A08CAB Amethyst Smoke

📋 copy color: '#A08CAB'

red 160 ◦ green 140 ◦ blue 171

#A08CAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #A08CAB

Tints of Amethyst Smoke #A08CAB

RGB

 RED value IS 160 (62.89% from 255) = 33.97%

 GREEN value IS 140 (55.08% from 255) = 29.72%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 33.97%
G = 29.72%
B = 36.31%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A08CAB (or 0xA08CAB) is known color: Amethyst Smoke. HEX triplet: A0, 8C and AB. RGB value is (160,140,171). Sum of RGB (Red+Green+Blue) = 160+140+171=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #A08CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08CAB is #5F7354. Grayscale: #959595. Windows color (decimal): -6255445 or 11242656. OLE color: 11242656.

HSL color Cylindrical-coordinate representation of color #A08CAB: hue angle of 278.71º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A08CAB is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 140 171 -
CMYK 0.06 0.18 0 0.33
HSL 278.71º 0.16% 0.61% -
HSV(B) 278.71º 0.18% 0.67% -
XYZ 31.23 29.17 42.51 -
YUV 149.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 160 140 171 0.06 0.18 0 0.33 278.71 0.16 0.61
Hex A0 8C AB 6 12 0 21 117 10 3D
Octal 240 214 253 6 22 0 41 427 20 75
Binary 10100000 10001100 10101011 110 10010 0 100001 100010111 10000 111101

Color Harmonies of #A08CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08CAB

Black with #A08CAB

Text Example


Text Example

White with #A08CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08CAB; }

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

 H1.HeaderClassName
 {
   color: #A08CAB;
 }
 .AnyTagClassName
 {
   color: #A08CAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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