Html Css Color HEX #AA5BE2 Medium Orchid

📋 copy color: '#AA5BE2'

red 170 ◦ green 91 ◦ blue 226

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

Shades of Medium Orchid #AA5BE2

Tints of Medium Orchid #AA5BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.41%

R = 34.91%
G = 18.69%
B = 46.41%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA5BE2 (or 0xAA5BE2) is known color: Medium Orchid. HEX triplet: AA, 5B and E2. RGB value is (170,91,226). Sum of RGB (Red+Green+Blue) = 170+91+226=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA5BE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BE2 is #55A41D. Grayscale: #818181. Windows color (decimal): -5612574 or 14834602. OLE color: 14834602.

HSL color Cylindrical-coordinate representation of color #AA5BE2: hue angle of 275.11º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5BE2 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 91 226 -
CMYK 0.25 0.60 0 0.11
HSL 275.11º 0.7% 0.62% -
HSV(B) 275.11º 0.6% 0.89% -
XYZ 34.05 21.52 74.31 -
YUV 130.01 182.17 156.52 -
System Red Green Blue C M Y K H S L
Decimal 170 91 226 0.25 0.60 0 0.11 275.11 0.7 0.62
Hex AA 5B E2 19 3C 0 B 113 46 3E
Octal 252 133 342 31 74 0 13 423 106 76
Binary 10101010 1011011 11100010 11001 111100 0 1011 100010011 1000110 111110

Color Harmonies of #AA5BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BE2

Black with #AA5BE2

Text Example


Text Example

White with #AA5BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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