Html Css Color HEX #AA55EB Medium Orchid

📋 copy color: '#AA55EB'

red 170 ◦ green 85 ◦ blue 235

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

Shades of Medium Orchid #AA55EB

Tints of Medium Orchid #AA55EB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.35%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 34.69%
G = 17.35%
B = 47.96%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA55EB (or 0xAA55EB) is known color: Medium Orchid. HEX triplet: AA, 55 and EB. RGB value is (170,85,235). Sum of RGB (Red+Green+Blue) = 170+85+235=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA55EB is #55AA14. Grayscale: #7F7F7F. Windows color (decimal): -5614101 or 15422890. OLE color: 15422890.

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

Color convert

RGB 170 85 235 -
CMYK 0.28 0.64 0 0.08
HSL 274º 0.79% 0.63% -
HSV(B) 274º 0.64% 0.92% -
XYZ 34.82 21.04 80.82 -
YUV 127.52 188.66 158.3 -
System Red Green Blue C M Y K H S L
Decimal 170 85 235 0.28 0.64 0 0.08 274 0.79 0.63
Hex AA 55 EB 1C 40 0 8 112 4F 3F
Octal 252 125 353 34 100 0 10 422 117 77
Binary 10101010 1010101 11101011 11100 1000000 0 1000 100010010 1001111 111111

Color Harmonies of #AA55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA55EB

Black with #AA55EB

Text Example


Text Example

White with #AA55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA55EB; }

 p { color: rgb(170,85,235); }

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

background-color css

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

 a { background-color: rgb(170,85,235); }

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

border-color css

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

 span { border-color: rgb(170,85,235); }

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