Html Css Color HEX #A081A3 Amethyst Smoke

📋 copy color: '#A081A3'

red 160 ◦ green 129 ◦ blue 163

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

Shades of Amethyst Smoke #A081A3

Tints of Amethyst Smoke #A081A3

RGB

 RED value IS 160 (62.89% from 255) = 35.4%

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

 BLUE value IS 163 (64.06% from 255) = 36.06%

R = 35.4%
G = 28.54%
B = 36.06%

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

#A081A3 (or 0xA081A3) is known color: Amethyst Smoke. HEX triplet: A0, 81 and A3. RGB value is (160,129,163). Sum of RGB (Red+Green+Blue) = 160+129+163=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 163 - color contains mainly: blue. Hex color #A081A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081A3 is #5F7E5C. Grayscale: #8E8E8E. Windows color (decimal): -6258269 or 10715552. OLE color: 10715552.

HSL color Cylindrical-coordinate representation of color #A081A3: hue angle of 294.71º 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 #A081A3 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 129 163 -
CMYK 0.02 0.21 0 0.36
HSL 294.71º 0.16% 0.57% -
HSV(B) 294.71º 0.21% 0.64% -
XYZ 28.96 25.82 38.11 -
YUV 142.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 160 129 163 0.02 0.21 0 0.36 294.71 0.16 0.57
Hex A0 81 A3 2 15 0 24 127 10 39
Octal 240 201 243 2 25 0 44 447 20 71
Binary 10100000 10000001 10100011 10 10101 0 100100 100100111 10000 111001

Color Harmonies of #A081A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081A3

Black with #A081A3

Text Example


Text Example

White with #A081A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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