Html Css Color HEX #A482AA Amethyst Smoke

📋 copy color: '#A482AA'

red 164 ◦ green 130 ◦ blue 170

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

Shades of Amethyst Smoke #A482AA

Tints of Amethyst Smoke #A482AA

RGB

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

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

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

R = 35.34%
G = 28.02%
B = 36.64%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A482AA (or 0xA482AA) is known color: Amethyst Smoke. HEX triplet: A4, 82 and AA. RGB value is (164,130,170). Sum of RGB (Red+Green+Blue) = 164+130+170=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 170 - color contains mainly: blue. Hex color #A482AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A482AA is #5B7D55. Grayscale: #909090. Windows color (decimal): -5995862 or 11174564. OLE color: 11174564.

HSL color Cylindrical-coordinate representation of color #A482AA: hue angle of 291º 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 #A482AA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 130 170 -
CMYK 0.04 0.24 0 0.33
HSL 291º 0.19% 0.59% -
HSV(B) 291º 0.24% 0.67% -
XYZ 30.55 26.76 41.59 -
YUV 144.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 164 130 170 0.04 0.24 0 0.33 291 0.19 0.59
Hex A4 82 AA 4 18 0 21 123 13 3B
Octal 244 202 252 4 30 0 41 443 23 73
Binary 10100100 10000010 10101010 100 11000 0 100001 100100011 10011 111011

Color Harmonies of #A482AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A482AA

Black with #A482AA

Text Example


Text Example

White with #A482AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A482AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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