Html Css Color HEX #AA51FF Medium Orchid

📋 copy color: '#AA51FF'

red 170 ◦ green 81 ◦ blue 255

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

Shades of Medium Orchid #AA51FF

Tints of Medium Orchid #AA51FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 33.6%
G = 16.01%
B = 50.4%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA51FF (or 0xAA51FF) is known color: Medium Orchid. HEX triplet: AA, 51 and FF. RGB value is (170,81,255). Sum of RGB (Red+Green+Blue) = 170+81+255=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA51FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51FF is #55AE00. Grayscale: #7E7E7E. Windows color (decimal): -5615105 or 16732586. OLE color: 16732586.

HSL color Cylindrical-coordinate representation of color #AA51FF: hue angle of 270.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA51FF is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 170 81 255 -
CMYK 0.33 0.68 0 0
HSL 270.69º 1% 0.66% -
HSV(B) 270.69º 0.68% 1% -
XYZ 37.57 21.65 96.81 -
YUV 127.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 170 81 255 0.33 0.68 0 0 270.69 1 0.66
Hex AA 51 FF 21 44 0 0 10F 64 42
Octal 252 121 377 41 104 0 0 417 144 102
Binary 10101010 1010001 11111111 100001 1000100 0 0 100001111 1100100 1000010

Color Harmonies of #AA51FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51FF

Black with #AA51FF

Text Example


Text Example

White with #AA51FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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