Html Css Color HEX #A381AB Amethyst Smoke

📋 copy color: '#A381AB'

red 163 ◦ green 129 ◦ blue 171

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

Shades of Amethyst Smoke #A381AB

Tints of Amethyst Smoke #A381AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

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

R = 35.21%
G = 27.86%
B = 36.93%

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

#A381AB (or 0xA381AB) is known color: Amethyst Smoke. HEX triplet: A3, 81 and AB. RGB value is (163,129,171). Sum of RGB (Red+Green+Blue) = 163+129+171=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #A381AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381AB is #5C7E54. Grayscale: #8F8F8F. Windows color (decimal): -6061653 or 11239843. OLE color: 11239843.

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

Color convert

RGB 163 129 171 -
CMYK 0.05 0.25 0 0.33
HSL 288.57º 0.2% 0.59% -
HSV(B) 288.57º 0.25% 0.67% -
XYZ 30.31 26.43 42.03 -
YUV 143.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 163 129 171 0.05 0.25 0 0.33 288.57 0.2 0.59
Hex A3 81 AB 5 19 0 21 121 14 3B
Octal 243 201 253 5 31 0 41 441 24 73
Binary 10100011 10000001 10101011 101 11001 0 100001 100100001 10100 111011

Color Harmonies of #A381AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A381AB

Black with #A381AB

Text Example


Text Example

White with #A381AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A381AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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