Html Css Color HEX #AA5FED Amethyst

📋 copy color: '#AA5FED'

red 170 ◦ green 95 ◦ blue 237

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

Shades of Amethyst #AA5FED

Tints of Amethyst #AA5FED

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.92%

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 33.86%
G = 18.92%
B = 47.21%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA5FED (or 0xAA5FED) is known color: Amethyst. HEX triplet: AA, 5F and ED. RGB value is (170,95,237). Sum of RGB (Red+Green+Blue) = 170+95+237=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 95 (37.5% from 255 or 18.92% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA5FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FED is #55A012. Grayscale: #858585. Windows color (decimal): -5611539 or 15556522. OLE color: 15556522.

HSL color Cylindrical-coordinate representation of color #AA5FED: hue angle of 271.69º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5FED is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 95 237 -
CMYK 0.28 0.60 0 0.07
HSL 271.69º 0.8% 0.65% -
HSV(B) 271.69º 0.6% 0.93% -
XYZ 35.96 22.84 82.64 -
YUV 133.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 170 95 237 0.28 0.60 0 0.07 271.69 0.8 0.65
Hex AA 5F ED 1C 3C 0 7 110 50 41
Octal 252 137 355 34 74 0 7 420 120 101
Binary 10101010 1011111 11101101 11100 111100 0 111 100010000 1010000 1000001

Color Harmonies of #AA5FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FED

Black with #AA5FED

Text Example


Text Example

White with #AA5FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FED; }

 p { color: rgb(170,95,237); }

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

background-color css

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

 a { background-color: rgb(170,95,237); }

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

border-color css

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

 span { border-color: rgb(170,95,237); }

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