Html Css Color HEX #A081A5 Amethyst Smoke

📋 copy color: '#A081A5'

red 160 ◦ green 129 ◦ blue 165

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

Shades of Amethyst Smoke #A081A5

Tints of Amethyst Smoke #A081A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.34%

R = 35.24%
G = 28.41%
B = 36.34%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A081A5 (or 0xA081A5) is known color: Amethyst Smoke. HEX triplet: A0, 81 and A5. RGB value is (160,129,165). Sum of RGB (Red+Green+Blue) = 160+129+165=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 165 - color contains mainly: blue. Hex color #A081A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A081A5 is #5F7E5A. Grayscale: #8E8E8E. Windows color (decimal): -6258267 or 10846624. OLE color: 10846624.

HSL color Cylindrical-coordinate representation of color #A081A5: hue angle of 291.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A081A5 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 129 165 -
CMYK 0.03 0.22 0 0.35
HSL 291.67º 0.17% 0.58% -
HSV(B) 291.67º 0.22% 0.65% -
XYZ 29.14 25.89 39.06 -
YUV 142.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 160 129 165 0.03 0.22 0 0.35 291.67 0.17 0.58
Hex A0 81 A5 3 16 0 23 124 11 3A
Octal 240 201 245 3 26 0 43 444 21 72
Binary 10100000 10000001 10100101 11 10110 0 100011 100100100 10001 111010

Color Harmonies of #A081A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081A5

Black with #A081A5

Text Example


Text Example

White with #A081A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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