Html Css Color HEX #AA5FEA Amethyst

📋 copy color: '#AA5FEA'

red 170 ◦ green 95 ◦ blue 234

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

Shades of Amethyst #AA5FEA

Tints of Amethyst #AA5FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 34.07%
G = 19.04%
B = 46.89%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA5FEA (or 0xAA5FEA) is known color: Amethyst. HEX triplet: AA, 5F and EA. RGB value is (170,95,234). Sum of RGB (Red+Green+Blue) = 170+95+234=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA5FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FEA is #55A015. Grayscale: #848484. Windows color (decimal): -5611542 or 15359914. OLE color: 15359914.

HSL color Cylindrical-coordinate representation of color #AA5FEA: hue angle of 272.37º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA5FEA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 95 234 -
CMYK 0.27 0.59 0 0.08
HSL 272.37º 0.77% 0.65% -
HSV(B) 272.37º 0.59% 0.92% -
XYZ 35.52 22.67 80.35 -
YUV 133.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 170 95 234 0.27 0.59 0 0.08 272.37 0.77 0.65
Hex AA 5F EA 1B 3B 0 8 110 4D 41
Octal 252 137 352 33 73 0 10 420 115 101
Binary 10101010 1011111 11101010 11011 111011 0 1000 100010000 1001101 1000001

Color Harmonies of #AA5FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FEA

Black with #AA5FEA

Text Example


Text Example

White with #AA5FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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