Html Css Color HEX #A581AB Amethyst Smoke

📋 copy color: '#A581AB'

red 165 ◦ green 129 ◦ blue 171

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

Shades of Amethyst Smoke #A581AB

Tints of Amethyst Smoke #A581AB

RGB

 RED value IS 165 (64.84% from 255) = 35.48%

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

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

R = 35.48%
G = 27.74%
B = 36.77%

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

#A581AB (or 0xA581AB) is known color: Amethyst Smoke. HEX triplet: A5, 81 and AB. RGB value is (165,129,171). Sum of RGB (Red+Green+Blue) = 165+129+171=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #A581AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A581AB is #5A7E54. Grayscale: #909090. Windows color (decimal): -5930581 or 11239845. OLE color: 11239845.

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

Color convert

RGB 165 129 171 -
CMYK 0.04 0.25 0 0.33
HSL 291.43º 0.2% 0.59% -
HSV(B) 291.43º 0.25% 0.67% -
XYZ 30.72 26.64 42.05 -
YUV 144.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 165 129 171 0.04 0.25 0 0.33 291.43 0.2 0.59
Hex A5 81 AB 4 19 0 21 123 14 3B
Octal 245 201 253 4 31 0 41 443 24 73
Binary 10100101 10000001 10101011 100 11001 0 100001 100100011 10100 111011

Color Harmonies of #A581AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A581AB

Black with #A581AB

Text Example


Text Example

White with #A581AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A581AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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