Html Css Color HEX #AA51EA Medium Orchid

📋 copy color: '#AA51EA'

red 170 ◦ green 81 ◦ blue 234

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

Shades of Medium Orchid #AA51EA

Tints of Medium Orchid #AA51EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.7%

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

R = 35.05%
G = 16.7%
B = 48.25%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA51EA (or 0xAA51EA) is known color: Medium Orchid. HEX triplet: AA, 51 and EA. RGB value is (170,81,234). Sum of RGB (Red+Green+Blue) = 170+81+234=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA51EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51EA is #55AE15. Grayscale: #7C7C7C. Windows color (decimal): -5615126 or 15356330. OLE color: 15356330.

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

Color convert

RGB 170 81 234 -
CMYK 0.27 0.65 0 0.08
HSL 274.9º 0.78% 0.62% -
HSV(B) 274.9º 0.65% 0.92% -
XYZ 34.37 20.37 79.96 -
YUV 125.05 189.49 160.06 -
System Red Green Blue C M Y K H S L
Decimal 170 81 234 0.27 0.65 0 0.08 274.9 0.78 0.62
Hex AA 51 EA 1B 41 0 8 113 4E 3E
Octal 252 121 352 33 101 0 10 423 116 76
Binary 10101010 1010001 11101010 11011 1000001 0 1000 100010011 1001110 111110

Color Harmonies of #AA51EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51EA

Black with #AA51EA

Text Example


Text Example

White with #AA51EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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