Html Css Color HEX #AA5FEB Amethyst

📋 copy color: '#AA5FEB'

red 170 ◦ green 95 ◦ blue 235

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

Shades of Amethyst #AA5FEB

Tints of Amethyst #AA5FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 34%
G = 19%
B = 47%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA5FEB (or 0xAA5FEB) is known color: Amethyst. HEX triplet: AA, 5F and EB. RGB value is (170,95,235). Sum of RGB (Red+Green+Blue) = 170+95+235=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FEB is #55A014. Grayscale: #848484. Windows color (decimal): -5611541 or 15425450. OLE color: 15425450.

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

Color convert

RGB 170 95 235 -
CMYK 0.28 0.60 0 0.08
HSL 272.14º 0.78% 0.65% -
HSV(B) 272.14º 0.6% 0.92% -
XYZ 35.67 22.73 81.1 -
YUV 133.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 170 95 235 0.28 0.60 0 0.08 272.14 0.78 0.65
Hex AA 5F EB 1C 3C 0 8 110 4E 41
Octal 252 137 353 34 74 0 10 420 116 101
Binary 10101010 1011111 11101011 11100 111100 0 1000 100010000 1001110 1000001

Color Harmonies of #AA5FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FEB

Black with #AA5FEB

Text Example


Text Example

White with #AA5FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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