Html Css Color HEX #A084AA Amethyst Smoke

📋 copy color: '#A084AA'

red 160 ◦ green 132 ◦ blue 170

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

Shades of Amethyst Smoke #A084AA

Tints of Amethyst Smoke #A084AA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.57%

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

R = 34.63%
G = 28.57%
B = 36.8%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A084AA (or 0xA084AA) is known color: Amethyst Smoke. HEX triplet: A0, 84 and AA. RGB value is (160,132,170). Sum of RGB (Red+Green+Blue) = 160+132+170=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 170 - color contains mainly: blue. Hex color #A084AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A084AA is #5F7B55. Grayscale: #909090. Windows color (decimal): -6257494 or 11175072. OLE color: 11175072.

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

Color convert

RGB 160 132 170 -
CMYK 0.06 0.22 0 0.33
HSL 284.21º 0.18% 0.59% -
HSV(B) 284.21º 0.22% 0.67% -
XYZ 30 26.88 41.64 -
YUV 144.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 160 132 170 0.06 0.22 0 0.33 284.21 0.18 0.59
Hex A0 84 AA 6 16 0 21 11C 12 3B
Octal 240 204 252 6 26 0 41 434 22 73
Binary 10100000 10000100 10101010 110 10110 0 100001 100011100 10010 111011

Color Harmonies of #A084AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A084AA

Black with #A084AA

Text Example


Text Example

White with #A084AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A084AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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