Html Css Color HEX #AA6BE1 Amethyst

📋 copy color: '#AA6BE1'

red 170 ◦ green 107 ◦ blue 225

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

Shades of Amethyst #AA6BE1

Tints of Amethyst #AA6BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

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

R = 33.86%
G = 21.31%
B = 44.82%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA6BE1 (or 0xAA6BE1) is known color: Amethyst. HEX triplet: AA, 6B and E1. RGB value is (170,107,225). Sum of RGB (Red+Green+Blue) = 170+107+225=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA6BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BE1 is #55941E. Grayscale: #8A8A8A. Windows color (decimal): -5608479 or 14773162. OLE color: 14773162.

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

Color convert

RGB 170 107 225 -
CMYK 0.24 0.52 0 0.12
HSL 272.03º 0.66% 0.65% -
HSV(B) 272.03º 0.52% 0.88% -
XYZ 35.43 24.5 74.1 -
YUV 139.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 170 107 225 0.24 0.52 0 0.12 272.03 0.66 0.65
Hex AA 6B E1 18 34 0 C 110 42 41
Octal 252 153 341 30 64 0 14 420 102 101
Binary 10101010 1101011 11100001 11000 110100 0 1100 100010000 1000010 1000001

Color Harmonies of #AA6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BE1

Black with #AA6BE1

Text Example


Text Example

White with #AA6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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