Html Css Color HEX #A280AA Amethyst Smoke

📋 copy color: '#A280AA'

red 162 ◦ green 128 ◦ blue 170

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

Shades of Amethyst Smoke #A280AA

Tints of Amethyst Smoke #A280AA

RGB

 RED value IS 162 (63.67% from 255) = 35.22%

 GREEN value IS 128 (50.39% from 255) = 27.83%

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

R = 35.22%
G = 27.83%
B = 36.96%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A280AA (or 0xA280AA) is known color: Amethyst Smoke. HEX triplet: A2, 80 and AA. RGB value is (162,128,170). Sum of RGB (Red+Green+Blue) = 162+128+170=460 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.22% from 460); Green value is 128 (50.39% from 255 or 27.83% 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 #A280AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280AA is #5D7F55. Grayscale: #8E8E8E. Windows color (decimal): -6127446 or 11174050. OLE color: 11174050.

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

Color convert

RGB 162 128 170 -
CMYK 0.05 0.25 0 0.33
HSL 288.57º 0.2% 0.58% -
HSV(B) 288.57º 0.25% 0.67% -
XYZ 29.88 26.02 41.48 -
YUV 142.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 162 128 170 0.05 0.25 0 0.33 288.57 0.2 0.58
Hex A2 80 AA 5 19 0 21 121 14 3A
Octal 242 200 252 5 31 0 41 441 24 72
Binary 10100010 10000000 10101010 101 11001 0 100001 100100001 10100 111010

Color Harmonies of #A280AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280AA

Black with #A280AA

Text Example


Text Example

White with #A280AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280AA; }

 p { color: rgb(162,128,170); }

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

background-color css

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

 a { background-color: rgb(162,128,170); }

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

border-color css

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

 span { border-color: rgb(162,128,170); }

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