Html Css Color HEX #AA50CC Medium Orchid

📋 copy color: '#AA50CC'

red 170 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #AA50CC

Tints of Medium Orchid #AA50CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

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

R = 37.44%
G = 17.62%
B = 44.93%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA50CC (or 0xAA50CC) is known color: Medium Orchid. HEX triplet: AA, 50 and CC. RGB value is (170,80,204). Sum of RGB (Red+Green+Blue) = 170+80+204=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50CC is #55AF33. Grayscale: #787878. Windows color (decimal): -5615412 or 13389994. OLE color: 13389994.

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

Color convert

RGB 170 80 204 -
CMYK 0.17 0.61 0 0.2
HSL 283.55º 0.55% 0.56% -
HSV(B) 283.55º 0.61% 0.8% -
XYZ 30.35 18.64 59.13 -
YUV 121.05 174.82 162.92 -
System Red Green Blue C M Y K H S L
Decimal 170 80 204 0.17 0.61 0 0.2 283.55 0.55 0.56
Hex AA 50 CC 11 3D 0 14 11C 37 38
Octal 252 120 314 21 75 0 24 434 67 70
Binary 10101010 1010000 11001100 10001 111101 0 10100 100011100 110111 111000

Color Harmonies of #AA50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA50CC

Black with #AA50CC

Text Example


Text Example

White with #AA50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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