Html Css Color HEX #AA68E3 Amethyst

📋 copy color: '#AA68E3'

red 170 ◦ green 104 ◦ blue 227

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

Shades of Amethyst #AA68E3

Tints of Amethyst #AA68E3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

 BLUE value IS 227 (89.06% from 255) = 45.31%

R = 33.93%
G = 20.76%
B = 45.31%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA68E3 (or 0xAA68E3) is known color: Amethyst. HEX triplet: AA, 68 and E3. RGB value is (170,104,227). Sum of RGB (Red+Green+Blue) = 170+104+227=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA68E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA68E3 is #55971C. Grayscale: #898989. Windows color (decimal): -5609245 or 14903466. OLE color: 14903466.

HSL color Cylindrical-coordinate representation of color #AA68E3: hue angle of 272.2º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA68E3 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 104 227 -
CMYK 0.25 0.54 0 0.11
HSL 272.2º 0.69% 0.65% -
HSV(B) 272.2º 0.54% 0.89% -
XYZ 35.39 23.99 75.44 -
YUV 137.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 170 104 227 0.25 0.54 0 0.11 272.2 0.69 0.65
Hex AA 68 E3 19 36 0 B 110 45 41
Octal 252 150 343 31 66 0 13 420 105 101
Binary 10101010 1101000 11100011 11001 110110 0 1011 100010000 1000101 1000001

Color Harmonies of #AA68E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA68E3

Black with #AA68E3

Text Example


Text Example

White with #AA68E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA68E3; }

 p { color: rgb(170,104,227); }

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

background-color css

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

 a { background-color: rgb(170,104,227); }

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

border-color css

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

 span { border-color: rgb(170,104,227); }

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