Html Css Color HEX #AA6CE1 Amethyst

📋 copy color: '#AA6CE1'

red 170 ◦ green 108 ◦ blue 225

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

Shades of Amethyst #AA6CE1

Tints of Amethyst #AA6CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 33.8%
G = 21.47%
B = 44.73%

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

#AA6CE1 (or 0xAA6CE1) is known color: Amethyst. HEX triplet: AA, 6C and E1. RGB value is (170,108,225). Sum of RGB (Red+Green+Blue) = 170+108+225=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA6CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CE1 is #55931E. Grayscale: #8B8B8B. Windows color (decimal): -5608223 or 14773418. OLE color: 14773418.

HSL color Cylindrical-coordinate representation of color #AA6CE1: hue angle of 271.79º 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 #AA6CE1 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 108 225 -
CMYK 0.24 0.52 0 0.12
HSL 271.79º 0.66% 0.65% -
HSV(B) 271.79º 0.52% 0.88% -
XYZ 35.53 24.71 74.13 -
YUV 139.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 170 108 225 0.24 0.52 0 0.12 271.79 0.66 0.65
Hex AA 6C E1 18 34 0 C 110 42 41
Octal 252 154 341 30 64 0 14 420 102 101
Binary 10101010 1101100 11100001 11000 110100 0 1100 100010000 1000010 1000001

Color Harmonies of #AA6CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CE1

Black with #AA6CE1

Text Example


Text Example

White with #AA6CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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