Html Css Color HEX #A181A4 Amethyst Smoke

📋 copy color: '#A181A4'

red 161 ◦ green 129 ◦ blue 164

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

Shades of Amethyst Smoke #A181A4

Tints of Amethyst Smoke #A181A4

RGB

 RED value IS 161 (63.28% from 255) = 35.46%

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 35.46%
G = 28.41%
B = 36.12%

CMYK

 C value IS 0.02

 M value IS 0.21

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A181A4 (or 0xA181A4) is known color: Amethyst Smoke. HEX triplet: A1, 81 and A4. RGB value is (161,129,164). Sum of RGB (Red+Green+Blue) = 161+129+164=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #A181A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A181A4 is #5E7E5B. Grayscale: #8E8E8E. Windows color (decimal): -6192732 or 10781089. OLE color: 10781089.

HSL color Cylindrical-coordinate representation of color #A181A4: hue angle of 294.86º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A181A4 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 129 164 -
CMYK 0.02 0.21 0 0.36
HSL 294.86º 0.16% 0.57% -
HSV(B) 294.86º 0.21% 0.64% -
XYZ 29.25 25.96 38.59 -
YUV 142.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 161 129 164 0.02 0.21 0 0.36 294.86 0.16 0.57
Hex A1 81 A4 2 15 0 24 127 10 39
Octal 241 201 244 2 25 0 44 447 20 71
Binary 10100001 10000001 10100100 10 10101 0 100100 100100111 10000 111001

Color Harmonies of #A181A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A181A4

Black with #A181A4

Text Example


Text Example

White with #A181A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A181A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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