Html Css Color HEX #A383AA Amethyst Smoke

📋 copy color: '#A383AA'

red 163 ◦ green 131 ◦ blue 170

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

Shades of Amethyst Smoke #A383AA

Tints of Amethyst Smoke #A383AA

RGB

 RED value IS 163 (64.06% from 255) = 35.13%

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

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

R = 35.13%
G = 28.23%
B = 36.64%

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

#A383AA (or 0xA383AA) is known color: Amethyst Smoke. HEX triplet: A3, 83 and AA. RGB value is (163,131,170). Sum of RGB (Red+Green+Blue) = 163+131+170=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 131 (51.56% from 255 or 28.23% 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 #A383AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A383AA is #5C7C55. Grayscale: #909090. Windows color (decimal): -6061142 or 11174819. OLE color: 11174819.

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

Color convert

RGB 163 131 170 -
CMYK 0.04 0.23 0 0.33
HSL 289.23º 0.19% 0.59% -
HSV(B) 289.23º 0.23% 0.67% -
XYZ 30.48 26.92 41.62 -
YUV 145.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 163 131 170 0.04 0.23 0 0.33 289.23 0.19 0.59
Hex A3 83 AA 4 17 0 21 121 13 3B
Octal 243 203 252 4 27 0 41 441 23 73
Binary 10100011 10000011 10101010 100 10111 0 100001 100100001 10011 111011

Color Harmonies of #A383AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A383AA

Black with #A383AA

Text Example


Text Example

White with #A383AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A383AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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