Html Css Color HEX #A082AA Amethyst Smoke

📋 copy color: '#A082AA'

red 160 ◦ green 130 ◦ blue 170

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

Shades of Amethyst Smoke #A082AA

Tints of Amethyst Smoke #A082AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 34.78%
G = 28.26%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A082AA (or 0xA082AA) is known color: Amethyst Smoke. HEX triplet: A0, 82 and AA. RGB value is (160,130,170). Sum of RGB (Red+Green+Blue) = 160+130+170=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #A082AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082AA is #5F7D55. Grayscale: #8F8F8F. Windows color (decimal): -6258006 or 11174560. OLE color: 11174560.

HSL color Cylindrical-coordinate representation of color #A082AA: hue angle of 285º degrees, saturation: 0.19, 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 #A082AA is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 130 170 -
CMYK 0.06 0.24 0 0.33
HSL 285º 0.19% 0.59% -
HSV(B) 285º 0.24% 0.67% -
XYZ 29.74 26.34 41.55 -
YUV 143.53 142.94 139.75 -
System Red Green Blue C M Y K H S L
Decimal 160 130 170 0.06 0.24 0 0.33 285 0.19 0.59
Hex A0 82 AA 6 18 0 21 11D 13 3B
Octal 240 202 252 6 30 0 41 435 23 73
Binary 10100000 10000010 10101010 110 11000 0 100001 100011101 10011 111011

Color Harmonies of #A082AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082AA

Black with #A082AA

Text Example


Text Example

White with #A082AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082AA; }

 p { color: rgb(160,130,170); }

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

background-color css

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

 a { background-color: rgb(160,130,170); }

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

border-color css

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

 span { border-color: rgb(160,130,170); }

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