Html Css Color HEX #AA57E4 Medium Orchid

📋 copy color: '#AA57E4'

red 170 ◦ green 87 ◦ blue 228

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

Shades of Medium Orchid #AA57E4

Tints of Medium Orchid #AA57E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.01%

R = 35.05%
G = 17.94%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA57E4 (or 0xAA57E4) is known color: Medium Orchid. HEX triplet: AA, 57 and E4. RGB value is (170,87,228). Sum of RGB (Red+Green+Blue) = 170+87+228=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA57E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57E4 is #55A81B. Grayscale: #7F7F7F. Windows color (decimal): -5613596 or 14964650. OLE color: 14964650.

HSL color Cylindrical-coordinate representation of color #AA57E4: hue angle of 275.32º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA57E4 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 87 228 -
CMYK 0.25 0.62 0 0.11
HSL 275.32º 0.72% 0.62% -
HSV(B) 275.32º 0.62% 0.89% -
XYZ 33.99 20.96 75.65 -
YUV 127.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 170 87 228 0.25 0.62 0 0.11 275.32 0.72 0.62
Hex AA 57 E4 19 3E 0 B 113 48 3E
Octal 252 127 344 31 76 0 13 423 110 76
Binary 10101010 1010111 11100100 11001 111110 0 1011 100010011 1001000 111110

Color Harmonies of #AA57E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57E4

Black with #AA57E4

Text Example


Text Example

White with #AA57E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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