Html Css Color HEX #AA6FE1 Amethyst

📋 copy color: '#AA6FE1'

red 170 ◦ green 111 ◦ blue 225

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

Shades of Amethyst #AA6FE1

Tints of Amethyst #AA6FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.47%

R = 33.6%
G = 21.94%
B = 44.47%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA6FE1 (or 0xAA6FE1) is known color: Amethyst. HEX triplet: AA, 6F and E1. RGB value is (170,111,225). Sum of RGB (Red+Green+Blue) = 170+111+225=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA6FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FE1 is #55901E. Grayscale: #8D8D8D. Windows color (decimal): -5607455 or 14774186. OLE color: 14774186.

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

Color convert

RGB 170 111 225 -
CMYK 0.24 0.51 0 0.12
HSL 271.05º 0.66% 0.66% -
HSV(B) 271.05º 0.51% 0.88% -
XYZ 35.85 25.35 74.24 -
YUV 141.64 175.05 148.23 -
System Red Green Blue C M Y K H S L
Decimal 170 111 225 0.24 0.51 0 0.12 271.05 0.66 0.66
Hex AA 6F E1 18 33 0 C 10F 42 42
Octal 252 157 341 30 63 0 14 417 102 102
Binary 10101010 1101111 11100001 11000 110011 0 1100 100001111 1000010 1000010

Color Harmonies of #AA6FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FE1

Black with #AA6FE1

Text Example


Text Example

White with #AA6FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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