Html Css Color HEX #A280A8 Amethyst Smoke

📋 copy color: '#A280A8'

red 162 ◦ green 128 ◦ blue 168

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

Shades of Amethyst Smoke #A280A8

Tints of Amethyst Smoke #A280A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.68%

R = 35.37%
G = 27.95%
B = 36.68%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A280A8 (or 0xA280A8) is known color: Amethyst Smoke. HEX triplet: A2, 80 and A8. RGB value is (162,128,168). Sum of RGB (Red+Green+Blue) = 162+128+168=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 128 (50.39% from 255 or 27.95% from 458); Blue value is 168 (66.02% from 255 or 36.68% from 458); Max value from RGB is 168 - color contains mainly: blue. Hex color #A280A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280A8 is #5D7F57. Grayscale: #8E8E8E. Windows color (decimal): -6127448 or 11042978. OLE color: 11042978.

HSL color Cylindrical-coordinate representation of color #A280A8: hue angle of 291º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A280A8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 162 128 168 -
CMYK 0.04 0.24 0 0.34
HSL 291º 0.19% 0.58% -
HSV(B) 291º 0.24% 0.66% -
XYZ 29.69 25.95 40.49 -
YUV 142.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 162 128 168 0.04 0.24 0 0.34 291 0.19 0.58
Hex A2 80 A8 4 18 0 22 123 13 3A
Octal 242 200 250 4 30 0 42 443 23 72
Binary 10100010 10000000 10101000 100 11000 0 100010 100100011 10011 111010

Color Harmonies of #A280A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280A8

Black with #A280A8

Text Example


Text Example

White with #A280A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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