Html Css Color HEX #AA5BEE Medium Orchid

📋 copy color: '#AA5BEE'

red 170 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #AA5BEE

Tints of Medium Orchid #AA5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 34.07%
G = 18.24%
B = 47.7%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA5BEE (or 0xAA5BEE) is known color: Medium Orchid. HEX triplet: AA, 5B and EE. RGB value is (170,91,238). Sum of RGB (Red+Green+Blue) = 170+91+238=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA5BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BEE is #55A411. Grayscale: #828282. Windows color (decimal): -5612562 or 15621034. OLE color: 15621034.

HSL color Cylindrical-coordinate representation of color #AA5BEE: hue angle of 272.24º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5BEE is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 91 238 -
CMYK 0.29 0.62 0 0.07
HSL 272.24º 0.81% 0.65% -
HSV(B) 272.24º 0.62% 0.93% -
XYZ 35.75 22.2 83.29 -
YUV 131.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 170 91 238 0.29 0.62 0 0.07 272.24 0.81 0.65
Hex AA 5B EE 1D 3E 0 7 110 51 41
Octal 252 133 356 35 76 0 7 420 121 101
Binary 10101010 1011011 11101110 11101 111110 0 111 100010000 1010001 1000001

Color Harmonies of #AA5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5BEE

Black with #AA5BEE

Text Example


Text Example

White with #AA5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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