Html Css Color HEX #AA51ED Medium Orchid

📋 copy color: '#AA51ED'

red 170 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #AA51ED

Tints of Medium Orchid #AA51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 34.84%
G = 16.6%
B = 48.57%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA51ED (or 0xAA51ED) is known color: Medium Orchid. HEX triplet: AA, 51 and ED. RGB value is (170,81,237). Sum of RGB (Red+Green+Blue) = 170+81+237=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51ED is #55AE12. Grayscale: #7C7C7C. Windows color (decimal): -5615123 or 15552938. OLE color: 15552938.

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

Color convert

RGB 170 81 237 -
CMYK 0.28 0.66 0 0.07
HSL 274.23º 0.81% 0.62% -
HSV(B) 274.23º 0.66% 0.93% -
XYZ 34.81 20.55 82.25 -
YUV 125.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 170 81 237 0.28 0.66 0 0.07 274.23 0.81 0.62
Hex AA 51 ED 1C 42 0 7 112 51 3E
Octal 252 121 355 34 102 0 7 422 121 76
Binary 10101010 1010001 11101101 11100 1000010 0 111 100010010 1010001 111110

Color Harmonies of #AA51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51ED

Black with #AA51ED

Text Example


Text Example

White with #AA51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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