Html Css Color HEX #AA5BEC Medium Orchid

📋 copy color: '#AA5BEC'

red 170 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #AA5BEC

Tints of Medium Orchid #AA5BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 34.21%
G = 18.31%
B = 47.48%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA5BEC (or 0xAA5BEC) is known color: Medium Orchid. HEX triplet: AA, 5B and EC. RGB value is (170,91,236). Sum of RGB (Red+Green+Blue) = 170+91+236=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA5BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BEC is #55A413. Grayscale: #828282. Windows color (decimal): -5612564 or 15489962. OLE color: 15489962.

HSL color Cylindrical-coordinate representation of color #AA5BEC: hue angle of 272.69º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5BEC is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 91 236 -
CMYK 0.28 0.61 0 0.07
HSL 272.69º 0.79% 0.64% -
HSV(B) 272.69º 0.61% 0.93% -
XYZ 35.46 22.08 81.75 -
YUV 131.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 170 91 236 0.28 0.61 0 0.07 272.69 0.79 0.64
Hex AA 5B EC 1C 3D 0 7 111 4F 40
Octal 252 133 354 34 75 0 7 421 117 100
Binary 10101010 1011011 11101100 11100 111101 0 111 100010001 1001111 1000000

Color Harmonies of #AA5BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BEC

Black with #AA5BEC

Text Example


Text Example

White with #AA5BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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