Html Css Color HEX #AA5BCC Medium Orchid

📋 copy color: '#AA5BCC'

red 170 ◦ green 91 ◦ blue 204

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

Shades of Medium Orchid #AA5BCC

Tints of Medium Orchid #AA5BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

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

R = 36.56%
G = 19.57%
B = 43.87%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA5BCC (or 0xAA5BCC) is known color: Medium Orchid. HEX triplet: AA, 5B and CC. RGB value is (170,91,204). Sum of RGB (Red+Green+Blue) = 170+91+204=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BCC is #55A433. Grayscale: #7F7F7F. Windows color (decimal): -5612596 or 13392810. OLE color: 13392810.

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

Color convert

RGB 170 91 204 -
CMYK 0.17 0.55 0 0.2
HSL 281.95º 0.53% 0.58% -
HSV(B) 281.95º 0.55% 0.8% -
XYZ 31.22 20.39 59.42 -
YUV 127.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 170 91 204 0.17 0.55 0 0.2 281.95 0.53 0.58
Hex AA 5B CC 11 37 0 14 11A 35 3A
Octal 252 133 314 21 67 0 24 432 65 72
Binary 10101010 1011011 11001100 10001 110111 0 10100 100011010 110101 111010

Color Harmonies of #AA5BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BCC

Black with #AA5BCC

Text Example


Text Example

White with #AA5BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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