Html Css Color HEX #A380AA Amethyst Smoke

📋 copy color: '#A380AA'

red 163 ◦ green 128 ◦ blue 170

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

Shades of Amethyst Smoke #A380AA

Tints of Amethyst Smoke #A380AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.77%

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

R = 35.36%
G = 27.77%
B = 36.88%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A380AA (or 0xA380AA) is known color: Amethyst Smoke. HEX triplet: A3, 80 and AA. RGB value is (163,128,170). Sum of RGB (Red+Green+Blue) = 163+128+170=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 128 (50.39% from 255 or 27.77% 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 #A380AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380AA is #5C7F55. Grayscale: #8F8F8F. Windows color (decimal): -6061910 or 11174051. OLE color: 11174051.

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

Color convert

RGB 163 128 170 -
CMYK 0.04 0.25 0 0.33
HSL 290º 0.2% 0.58% -
HSV(B) 290º 0.25% 0.67% -
XYZ 30.08 26.13 41.49 -
YUV 143.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 163 128 170 0.04 0.25 0 0.33 290 0.2 0.58
Hex A3 80 AA 4 19 0 21 122 14 3A
Octal 243 200 252 4 31 0 41 442 24 72
Binary 10100011 10000000 10101010 100 11001 0 100001 100100010 10100 111010

Color Harmonies of #A380AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380AA

Black with #A380AA

Text Example


Text Example

White with #A380AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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