Html Css Color HEX #AA6FDE Amethyst

📋 copy color: '#AA6FDE'

red 170 ◦ green 111 ◦ blue 222

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

Shades of Amethyst #AA6FDE

Tints of Amethyst #AA6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 33.8%
G = 22.07%
B = 44.14%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA6FDE (or 0xAA6FDE) is known color: Amethyst. HEX triplet: AA, 6F and DE. RGB value is (170,111,222). Sum of RGB (Red+Green+Blue) = 170+111+222=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA6FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FDE is #559021. Grayscale: #8C8C8C. Windows color (decimal): -5607458 or 14577578. OLE color: 14577578.

HSL color Cylindrical-coordinate representation of color #AA6FDE: hue angle of 271.89º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FDE is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 111 222 -
CMYK 0.23 0.5 0 0.13
HSL 271.89º 0.63% 0.65% -
HSV(B) 271.89º 0.5% 0.87% -
XYZ 35.45 25.19 72.1 -
YUV 141.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 170 111 222 0.23 0.5 0 0.13 271.89 0.63 0.65
Hex AA 6F DE 17 32 0 D 110 3F 41
Octal 252 157 336 27 62 0 15 420 77 101
Binary 10101010 1101111 11011110 10111 110010 0 1101 100010000 111111 1000001

Color Harmonies of #AA6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FDE

Black with #AA6FDE

Text Example


Text Example

White with #AA6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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