Html Css Color HEX #AA6FE0 Amethyst

📋 copy color: '#AA6FE0'

red 170 ◦ green 111 ◦ blue 224

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

Shades of Amethyst #AA6FE0

Tints of Amethyst #AA6FE0

RGB

 RED value IS 170 (66.8% from 255) = 33.66%

 GREEN value IS 111 (43.75% from 255) = 21.98%

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 33.66%
G = 21.98%
B = 44.36%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA6FE0 (or 0xAA6FE0) is known color: Amethyst. HEX triplet: AA, 6F and E0. RGB value is (170,111,224). Sum of RGB (Red+Green+Blue) = 170+111+224=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FE0 is #55901F. Grayscale: #8D8D8D. Windows color (decimal): -5607456 or 14708650. OLE color: 14708650.

HSL color Cylindrical-coordinate representation of color #AA6FE0: hue angle of 271.33º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FE0 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 111 224 -
CMYK 0.24 0.50 0 0.12
HSL 271.33º 0.65% 0.66% -
HSV(B) 271.33º 0.5% 0.88% -
XYZ 35.72 25.3 73.52 -
YUV 141.52 174.55 148.31 -
System Red Green Blue C M Y K H S L
Decimal 170 111 224 0.24 0.50 0 0.12 271.33 0.65 0.66
Hex AA 6F E0 18 32 0 C 10F 41 42
Octal 252 157 340 30 62 0 14 417 101 102
Binary 10101010 1101111 11100000 11000 110010 0 1100 100001111 1000001 1000010

Color Harmonies of #AA6FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FE0

Black with #AA6FE0

Text Example


Text Example

White with #AA6FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FE0; }

 p { color: rgb(170,111,224); }

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

background-color css

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

 a { background-color: rgb(170,111,224); }

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

border-color css

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

 span { border-color: rgb(170,111,224); }

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