Html Css Color HEX #AA57CC Medium Orchid

📋 copy color: '#AA57CC'

red 170 ◦ green 87 ◦ blue 204

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

Shades of Medium Orchid #AA57CC

Tints of Medium Orchid #AA57CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 36.88%
G = 18.87%
B = 44.25%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA57CC (or 0xAA57CC) is known color: Medium Orchid. HEX triplet: AA, 57 and CC. RGB value is (170,87,204). Sum of RGB (Red+Green+Blue) = 170+87+204=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57CC is #55A833. Grayscale: #7C7C7C. Windows color (decimal): -5613620 or 13391786. OLE color: 13391786.

HSL color Cylindrical-coordinate representation of color #AA57CC: hue angle of 282.56º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA57CC is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 87 204 -
CMYK 0.17 0.57 0 0.2
HSL 282.56º 0.53% 0.57% -
HSV(B) 282.56º 0.57% 0.8% -
XYZ 30.88 19.72 59.31 -
YUV 125.16 172.5 159.99 -
System Red Green Blue C M Y K H S L
Decimal 170 87 204 0.17 0.57 0 0.2 282.56 0.53 0.57
Hex AA 57 CC 11 39 0 14 11B 35 39
Octal 252 127 314 21 71 0 24 433 65 71
Binary 10101010 1010111 11001100 10001 111001 0 10100 100011011 110101 111001

Color Harmonies of #AA57CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA57CC

Black with #AA57CC

Text Example


Text Example

White with #AA57CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA57CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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