Html Css Color HEX #AA57DC Medium Orchid

📋 copy color: '#AA57DC'

red 170 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #AA57DC

Tints of Medium Orchid #AA57DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 35.64%
G = 18.24%
B = 46.12%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA57DC (or 0xAA57DC) is known color: Medium Orchid. HEX triplet: AA, 57 and DC. RGB value is (170,87,220). Sum of RGB (Red+Green+Blue) = 170+87+220=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57DC is #55A823. Grayscale: #7E7E7E. Windows color (decimal): -5613604 or 14440362. OLE color: 14440362.

HSL color Cylindrical-coordinate representation of color #AA57DC: hue angle of 277.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA57DC is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 87 220 -
CMYK 0.23 0.60 0 0.14
HSL 277.44º 0.66% 0.6% -
HSV(B) 277.44º 0.6% 0.86% -
XYZ 32.9 20.53 69.94 -
YUV 126.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 170 87 220 0.23 0.60 0 0.14 277.44 0.66 0.6
Hex AA 57 DC 17 3C 0 E 115 42 3C
Octal 252 127 334 27 74 0 16 425 102 74
Binary 10101010 1010111 11011100 10111 111100 0 1110 100010101 1000010 111100

Color Harmonies of #AA57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57DC

Black with #AA57DC

Text Example


Text Example

White with #AA57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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