Html Css Color HEX #A481AB Amethyst Smoke

📋 copy color: '#A481AB'

red 164 ◦ green 129 ◦ blue 171

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

Shades of Amethyst Smoke #A481AB

Tints of Amethyst Smoke #A481AB

RGB

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

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

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

R = 35.34%
G = 27.8%
B = 36.85%

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

#A481AB (or 0xA481AB) is known color: Amethyst Smoke. HEX triplet: A4, 81 and AB. RGB value is (164,129,171). Sum of RGB (Red+Green+Blue) = 164+129+171=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 171 - color contains mainly: blue. Hex color #A481AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AB is #5B7E54. Grayscale: #909090. Windows color (decimal): -5996117 or 11239844. OLE color: 11239844.

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

Color convert

RGB 164 129 171 -
CMYK 0.04 0.25 0 0.33
HSL 290º 0.2% 0.59% -
HSV(B) 290º 0.25% 0.67% -
XYZ 30.51 26.53 42.04 -
YUV 144.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 164 129 171 0.04 0.25 0 0.33 290 0.2 0.59
Hex A4 81 AB 4 19 0 21 122 14 3B
Octal 244 201 253 4 31 0 41 442 24 73
Binary 10100100 10000001 10101011 100 11001 0 100001 100100010 10100 111011

Color Harmonies of #A481AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A481AB

Black with #A481AB

Text Example


Text Example

White with #A481AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A481AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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