Html Css Color HEX #A182AA Amethyst Smoke

📋 copy color: '#A182AA'

red 161 ◦ green 130 ◦ blue 170

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

Shades of Amethyst Smoke #A182AA

Tints of Amethyst Smoke #A182AA

RGB

 RED value IS 161 (63.28% from 255) = 34.92%

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 34.92%
G = 28.2%
B = 36.88%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A182AA (or 0xA182AA) is known color: Amethyst Smoke. HEX triplet: A1, 82 and AA. RGB value is (161,130,170). Sum of RGB (Red+Green+Blue) = 161+130+170=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A182AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182AA is #5E7D55. Grayscale: #8F8F8F. Windows color (decimal): -6192470 or 11174561. OLE color: 11174561.

HSL color Cylindrical-coordinate representation of color #A182AA: hue angle of 286.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A182AA is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 130 170 -
CMYK 0.05 0.24 0 0.33
HSL 286.5º 0.19% 0.59% -
HSV(B) 286.5º 0.24% 0.67% -
XYZ 29.94 26.44 41.56 -
YUV 143.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 161 130 170 0.05 0.24 0 0.33 286.5 0.19 0.59
Hex A1 82 AA 5 18 0 21 11E 13 3B
Octal 241 202 252 5 30 0 41 436 23 73
Binary 10100001 10000010 10101010 101 11000 0 100001 100011110 10011 111011

Color Harmonies of #A182AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182AA

Black with #A182AA

Text Example


Text Example

White with #A182AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182AA; }

 p { color: rgb(161,130,170); }

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

background-color css

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

 a { background-color: rgb(161,130,170); }

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

border-color css

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

 span { border-color: rgb(161,130,170); }

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