Html Css Color HEX #AA57EB Medium Orchid

📋 copy color: '#AA57EB'

red 170 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #AA57EB

Tints of Medium Orchid #AA57EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.68%

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

R = 34.55%
G = 17.68%
B = 47.76%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA57EB (or 0xAA57EB) is known color: Medium Orchid. HEX triplet: AA, 57 and EB. RGB value is (170,87,235). Sum of RGB (Red+Green+Blue) = 170+87+235=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA57EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57EB is #55A814. Grayscale: #808080. Windows color (decimal): -5613589 or 15423402. OLE color: 15423402.

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

Color convert

RGB 170 87 235 -
CMYK 0.28 0.63 0 0.08
HSL 273.65º 0.79% 0.63% -
HSV(B) 273.65º 0.63% 0.92% -
XYZ 34.98 21.36 80.88 -
YUV 128.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 170 87 235 0.28 0.63 0 0.08 273.65 0.79 0.63
Hex AA 57 EB 1C 3F 0 8 112 4F 3F
Octal 252 127 353 34 77 0 10 422 117 77
Binary 10101010 1010111 11101011 11100 111111 0 1000 100010010 1001111 111111

Color Harmonies of #AA57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57EB

Black with #AA57EB

Text Example


Text Example

White with #AA57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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