Html Css Color HEX #A380AB Amethyst Smoke

📋 copy color: '#A380AB'

red 163 ◦ green 128 ◦ blue 171

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

Shades of Amethyst Smoke #A380AB

Tints of Amethyst Smoke #A380AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 35.28%
G = 27.71%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A380AB (or 0xA380AB) is known color: Amethyst Smoke. HEX triplet: A3, 80 and AB. RGB value is (163,128,171). Sum of RGB (Red+Green+Blue) = 163+128+171=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 171 - color contains mainly: blue. Hex color #A380AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A380AB is #5C7F54. Grayscale: #8F8F8F. Windows color (decimal): -6061909 or 11239587. OLE color: 11239587.

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

Color convert

RGB 163 128 171 -
CMYK 0.05 0.25 0 0.33
HSL 288.84º 0.2% 0.59% -
HSV(B) 288.84º 0.25% 0.67% -
XYZ 30.17 26.17 41.99 -
YUV 143.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 163 128 171 0.05 0.25 0 0.33 288.84 0.2 0.59
Hex A3 80 AB 5 19 0 21 121 14 3B
Octal 243 200 253 5 31 0 41 441 24 73
Binary 10100011 10000000 10101011 101 11001 0 100001 100100001 10100 111011

Color Harmonies of #A380AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A380AB

Black with #A380AB

Text Example


Text Example

White with #A380AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A380AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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