Html Css Color HEX #A582AB Amethyst Smoke

📋 copy color: '#A582AB'

red 165 ◦ green 130 ◦ blue 171

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

Shades of Amethyst Smoke #A582AB

Tints of Amethyst Smoke #A582AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.9%

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

R = 35.41%
G = 27.9%
B = 36.7%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A582AB (or 0xA582AB) is known color: Amethyst Smoke. HEX triplet: A5, 82 and AB. RGB value is (165,130,171). Sum of RGB (Red+Green+Blue) = 165+130+171=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 171 - color contains mainly: blue. Hex color #A582AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582AB is #5A7D54. Grayscale: #919191. Windows color (decimal): -5930325 or 11240101. OLE color: 11240101.

HSL color Cylindrical-coordinate representation of color #A582AB: hue angle of 291.22º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A582AB is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 130 171 -
CMYK 0.04 0.24 0 0.33
HSL 291.22º 0.2% 0.59% -
HSV(B) 291.22º 0.24% 0.67% -
XYZ 30.85 26.9 42.1 -
YUV 145.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 165 130 171 0.04 0.24 0 0.33 291.22 0.2 0.59
Hex A5 82 AB 4 18 0 21 123 14 3B
Octal 245 202 253 4 30 0 41 443 24 73
Binary 10100101 10000010 10101011 100 11000 0 100001 100100011 10100 111011

Color Harmonies of #A582AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A582AB

Black with #A582AB

Text Example


Text Example

White with #A582AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A582AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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