Html Css Color HEX #AA56EB Medium Orchid

📋 copy color: '#AA56EB'

red 170 ◦ green 86 ◦ blue 235

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

Shades of Medium Orchid #AA56EB

Tints of Medium Orchid #AA56EB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.52%

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

R = 34.62%
G = 17.52%
B = 47.86%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA56EB (or 0xAA56EB) is known color: Medium Orchid. HEX triplet: AA, 56 and EB. RGB value is (170,86,235). Sum of RGB (Red+Green+Blue) = 170+86+235=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA56EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA56EB is #55A914. Grayscale: #7F7F7F. Windows color (decimal): -5613845 or 15423146. OLE color: 15423146.

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

Color convert

RGB 170 86 235 -
CMYK 0.28 0.63 0 0.08
HSL 273.83º 0.79% 0.63% -
HSV(B) 273.83º 0.63% 0.92% -
XYZ 34.9 21.2 80.85 -
YUV 128.1 188.33 157.88 -
System Red Green Blue C M Y K H S L
Decimal 170 86 235 0.28 0.63 0 0.08 273.83 0.79 0.63
Hex AA 56 EB 1C 3F 0 8 112 4F 3F
Octal 252 126 353 34 77 0 10 422 117 77
Binary 10101010 1010110 11101011 11100 111111 0 1000 100010010 1001111 111111

Color Harmonies of #AA56EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56EB

Black with #AA56EB

Text Example


Text Example

White with #AA56EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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