Html Css Color HEX #A497A8 Amethyst Smoke

📋 copy color: '#A497A8'

red 164 ◦ green 151 ◦ blue 168

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

Shades of Amethyst Smoke #A497A8

Tints of Amethyst Smoke #A497A8

RGB

 RED value IS 164 (64.45% from 255) = 33.95%

 GREEN value IS 151 (59.38% from 255) = 31.26%

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 33.95%
G = 31.26%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A497A8 (or 0xA497A8) is known color: Amethyst Smoke. HEX triplet: A4, 97 and A8. RGB value is (164,151,168). Sum of RGB (Red+Green+Blue) = 164+151+168=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 168 - color contains mainly: blue. Hex color #A497A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A497A8 is #5B6857. Grayscale: #9C9C9C. Windows color (decimal): -5990488 or 11048868. OLE color: 11048868.

HSL color Cylindrical-coordinate representation of color #A497A8: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A497A8 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 151 168 -
CMYK 0.02 0.10 0 0.34
HSL 285.88º 0.09% 0.63% -
HSV(B) 285.88º 0.1% 0.66% -
XYZ 33.44 32.85 41.62 -
YUV 156.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 164 151 168 0.02 0.10 0 0.34 285.88 0.09 0.63
Hex A4 97 A8 2 A 0 22 11E 9 3F
Octal 244 227 250 2 12 0 42 436 11 77
Binary 10100100 10010111 10101000 10 1010 0 100010 100011110 1001 111111

Color Harmonies of #A497A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A497A8

Black with #A497A8

Text Example


Text Example

White with #A497A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A497A8; }

 p { color: rgb(164,151,168); }

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

background-color css

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

 a { background-color: rgb(164,151,168); }

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

border-color css

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

 span { border-color: rgb(164,151,168); }

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