Html Css Color HEX #AA57F7 Medium Orchid

📋 copy color: '#AA57F7'

red 170 ◦ green 87 ◦ blue 247

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

Shades of Medium Orchid #AA57F7

Tints of Medium Orchid #AA57F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.01%

R = 33.73%
G = 17.26%
B = 49.01%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA57F7 (or 0xAA57F7) is known color: Medium Orchid. HEX triplet: AA, 57 and F7. RGB value is (170,87,247). Sum of RGB (Red+Green+Blue) = 170+87+247=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA57F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57F7 is #55A808. Grayscale: #818181. Windows color (decimal): -5613577 or 16209834. OLE color: 16209834.

HSL color Cylindrical-coordinate representation of color #AA57F7: hue angle of 271.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA57F7 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 87 247 -
CMYK 0.31 0.65 0 0.03
HSL 271.13º 0.91% 0.65% -
HSV(B) 271.13º 0.65% 0.97% -
XYZ 36.77 22.08 90.32 -
YUV 130.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 170 87 247 0.31 0.65 0 0.03 271.13 0.91 0.65
Hex AA 57 F7 1F 41 0 3 10F 5B 41
Octal 252 127 367 37 101 0 3 417 133 101
Binary 10101010 1010111 11110111 11111 1000001 0 11 100001111 1011011 1000001

Color Harmonies of #AA57F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57F7

Black with #AA57F7

Text Example


Text Example

White with #AA57F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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