Html Css Color HEX #AA5BE4 Medium Orchid

📋 copy color: '#AA5BE4'

red 170 ◦ green 91 ◦ blue 228

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

Shades of Medium Orchid #AA5BE4

Tints of Medium Orchid #AA5BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.63%

R = 34.76%
G = 18.61%
B = 46.63%

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

#AA5BE4 (or 0xAA5BE4) is known color: Medium Orchid. HEX triplet: AA, 5B and E4. RGB value is (170,91,228). Sum of RGB (Red+Green+Blue) = 170+91+228=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 91 (35.94% from 255 or 18.61% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #AA5BE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5BE4 is #55A41B. Grayscale: #818181. Windows color (decimal): -5612572 or 14965674. OLE color: 14965674.

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

Color convert

RGB 170 91 228 -
CMYK 0.25 0.60 0 0.11
HSL 274.6º 0.72% 0.63% -
HSV(B) 274.6º 0.6% 0.89% -
XYZ 34.32 21.63 75.76 -
YUV 130.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 170 91 228 0.25 0.60 0 0.11 274.6 0.72 0.63
Hex AA 5B E4 19 3C 0 B 113 48 3F
Octal 252 133 344 31 74 0 13 423 110 77
Binary 10101010 1011011 11100100 11001 111100 0 1011 100010011 1001000 111111

Color Harmonies of #AA5BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BE4

Black with #AA5BE4

Text Example


Text Example

White with #AA5BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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