Html Css Color HEX #AA5EDF Amethyst

📋 copy color: '#AA5EDF'

red 170 ◦ green 94 ◦ blue 223

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

Shades of Amethyst #AA5EDF

Tints of Amethyst #AA5EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.3%

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 34.91%
G = 19.3%
B = 45.79%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5EDF (or 0xAA5EDF) is known color: Amethyst. HEX triplet: AA, 5E and DF. RGB value is (170,94,223). Sum of RGB (Red+Green+Blue) = 170+94+223=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EDF is #55A120. Grayscale: #828282. Windows color (decimal): -5611809 or 14638762. OLE color: 14638762.

HSL color Cylindrical-coordinate representation of color #AA5EDF: hue angle of 275.35º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5EDF is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 94 223 -
CMYK 0.24 0.58 0 0.13
HSL 275.35º 0.67% 0.62% -
HSV(B) 275.35º 0.58% 0.87% -
XYZ 33.9 21.88 72.25 -
YUV 131.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 170 94 223 0.24 0.58 0 0.13 275.35 0.67 0.62
Hex AA 5E DF 18 3A 0 D 113 43 3E
Octal 252 136 337 30 72 0 15 423 103 76
Binary 10101010 1011110 11011111 11000 111010 0 1101 100010011 1000011 111110

Color Harmonies of #AA5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EDF

Black with #AA5EDF

Text Example


Text Example

White with #AA5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EDF; }

 p { color: rgb(170,94,223); }

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

background-color css

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

 a { background-color: rgb(170,94,223); }

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

border-color css

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

 span { border-color: rgb(170,94,223); }

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