Html Css Color HEX #AA5BEA Medium Orchid

📋 copy color: '#AA5BEA'

red 170 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #AA5BEA

Tints of Medium Orchid #AA5BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 34.34%
G = 18.38%
B = 47.27%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA5BEA (or 0xAA5BEA) is known color: Medium Orchid. HEX triplet: AA, 5B and EA. RGB value is (170,91,234). Sum of RGB (Red+Green+Blue) = 170+91+234=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA5BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BEA is #55A415. Grayscale: #828282. Windows color (decimal): -5612566 or 15358890. OLE color: 15358890.

HSL color Cylindrical-coordinate representation of color #AA5BEA: hue angle of 273.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5BEA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 91 234 -
CMYK 0.27 0.61 0 0.08
HSL 273.15º 0.77% 0.64% -
HSV(B) 273.15º 0.61% 0.92% -
XYZ 35.17 21.97 80.23 -
YUV 130.92 186.17 155.87 -
System Red Green Blue C M Y K H S L
Decimal 170 91 234 0.27 0.61 0 0.08 273.15 0.77 0.64
Hex AA 5B EA 1B 3D 0 8 111 4D 40
Octal 252 133 352 33 75 0 10 421 115 100
Binary 10101010 1011011 11101010 11011 111101 0 1000 100010001 1001101 1000000

Color Harmonies of #AA5BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BEA

Black with #AA5BEA

Text Example


Text Example

White with #AA5BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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