Html Css Color HEX #A483AA Amethyst Smoke

📋 copy color: '#A483AA'

red 164 ◦ green 131 ◦ blue 170

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

Shades of Amethyst Smoke #A483AA

Tints of Amethyst Smoke #A483AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 35.27%
G = 28.17%
B = 36.56%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A483AA (or 0xA483AA) is known color: Amethyst Smoke. HEX triplet: A4, 83 and AA. RGB value is (164,131,170). Sum of RGB (Red+Green+Blue) = 164+131+170=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A483AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A483AA is #5B7C55. Grayscale: #919191. Windows color (decimal): -5995606 or 11174820. OLE color: 11174820.

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

Color convert

RGB 164 131 170 -
CMYK 0.04 0.23 0 0.33
HSL 290.77º 0.19% 0.59% -
HSV(B) 290.77º 0.23% 0.67% -
XYZ 30.68 27.03 41.63 -
YUV 145.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 164 131 170 0.04 0.23 0 0.33 290.77 0.19 0.59
Hex A4 83 AA 4 17 0 21 123 13 3B
Octal 244 203 252 4 27 0 41 443 23 73
Binary 10100100 10000011 10101010 100 10111 0 100001 100100011 10011 111011

Color Harmonies of #A483AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A483AA

Black with #A483AA

Text Example


Text Example

White with #A483AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A483AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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