Html Css Color HEX #A280AB Amethyst Smoke

📋 copy color: '#A280AB'

red 162 ◦ green 128 ◦ blue 171

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

Shades of Amethyst Smoke #A280AB

Tints of Amethyst Smoke #A280AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 35.14%
G = 27.77%
B = 37.09%

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

#A280AB (or 0xA280AB) is known color: Amethyst Smoke. HEX triplet: A2, 80 and AB. RGB value is (162,128,171). Sum of RGB (Red+Green+Blue) = 162+128+171=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #A280AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A280AB is #5D7F54. Grayscale: #8E8E8E. Windows color (decimal): -6127445 or 11239586. OLE color: 11239586.

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

Color convert

RGB 162 128 171 -
CMYK 0.05 0.25 0 0.33
HSL 287.44º 0.2% 0.59% -
HSV(B) 287.44º 0.25% 0.67% -
XYZ 29.97 26.06 41.98 -
YUV 143.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 162 128 171 0.05 0.25 0 0.33 287.44 0.2 0.59
Hex A2 80 AB 5 19 0 21 11F 14 3B
Octal 242 200 253 5 31 0 41 437 24 73
Binary 10100010 10000000 10101011 101 11001 0 100001 100011111 10100 111011

Color Harmonies of #A280AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A280AB

Black with #A280AB

Text Example


Text Example

White with #A280AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A280AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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