Html Css Color HEX #A082A2 Amethyst Smoke

📋 copy color: '#A082A2'

red 160 ◦ green 130 ◦ blue 162

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

Shades of Amethyst Smoke #A082A2

Tints of Amethyst Smoke #A082A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.84%

R = 35.4%
G = 28.76%
B = 35.84%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A082A2 (or 0xA082A2) is known color: Amethyst Smoke. HEX triplet: A0, 82 and A2. RGB value is (160,130,162). Sum of RGB (Red+Green+Blue) = 160+130+162=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 162 - color contains mainly: blue. Hex color #A082A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A082A2 is #5F7D5D. Grayscale: #8E8E8E. Windows color (decimal): -6258014 or 10650272. OLE color: 10650272.

HSL color Cylindrical-coordinate representation of color #A082A2: hue angle of 296.25º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A082A2 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 130 162 -
CMYK 0.01 0.20 0 0.36
HSL 296.25º 0.15% 0.57% -
HSV(B) 296.25º 0.2% 0.64% -
XYZ 29 26.05 37.68 -
YUV 142.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 160 130 162 0.01 0.20 0 0.36 296.25 0.15 0.57
Hex A0 82 A2 1 14 0 24 128 F 39
Octal 240 202 242 1 24 0 44 450 17 71
Binary 10100000 10000010 10100010 1 10100 0 100100 100101000 1111 111001

Color Harmonies of #A082A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A082A2

Black with #A082A2

Text Example


Text Example

White with #A082A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A082A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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