Html Css Color HEX #A297A6 Amethyst Smoke

📋 copy color: '#A297A6'

red 162 ◦ green 151 ◦ blue 166

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

Shades of Amethyst Smoke #A297A6

Tints of Amethyst Smoke #A297A6

RGB

 RED value IS 162 (63.67% from 255) = 33.82%

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

 BLUE value IS 166 (65.23% from 255) = 34.66%

R = 33.82%
G = 31.52%
B = 34.66%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A297A6 (or 0xA297A6) is known color: Amethyst Smoke. HEX triplet: A2, 97 and A6. RGB value is (162,151,166). Sum of RGB (Red+Green+Blue) = 162+151+166=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 166 - color contains mainly: blue. Hex color #A297A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A297A6 is #5D6859. Grayscale: #9B9B9B. Windows color (decimal): -6121562 or 10917794. OLE color: 10917794.

HSL color Cylindrical-coordinate representation of color #A297A6: hue angle of 284º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A297A6 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 151 166 -
CMYK 0.02 0.09 0 0.35
HSL 284º 0.08% 0.62% -
HSV(B) 284º 0.09% 0.65% -
XYZ 32.85 32.57 40.63 -
YUV 156 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 162 151 166 0.02 0.09 0 0.35 284 0.08 0.62
Hex A2 97 A6 2 9 0 23 11C 8 3E
Octal 242 227 246 2 11 0 43 434 10 76
Binary 10100010 10010111 10100110 10 1001 0 100011 100011100 1000 111110

Color Harmonies of #A297A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A297A6

Black with #A297A6

Text Example


Text Example

White with #A297A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A297A6; }

 p { color: rgb(162,151,166); }

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

background-color css

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

 a { background-color: rgb(162,151,166); }

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

border-color css

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

 span { border-color: rgb(162,151,166); }

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