Html Css Color HEX #AA51FC Medium Orchid

📋 copy color: '#AA51FC'

red 170 ◦ green 81 ◦ blue 252

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

Shades of Medium Orchid #AA51FC

Tints of Medium Orchid #AA51FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 33.8%
G = 16.1%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AA51FC (or 0xAA51FC) is known color: Medium Orchid. HEX triplet: AA, 51 and FC. RGB value is (170,81,252). Sum of RGB (Red+Green+Blue) = 170+81+252=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 81 (32.03% from 255 or 16.10% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA51FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA51FC is #55AE03. Grayscale: #7E7E7E. Windows color (decimal): -5615108 or 16535978. OLE color: 16535978.

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

Color convert

RGB 170 81 252 -
CMYK 0.33 0.68 0 0.01
HSL 271.23º 0.97% 0.65% -
HSV(B) 271.23º 0.68% 0.99% -
XYZ 37.09 21.46 94.28 -
YUV 127.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 170 81 252 0.33 0.68 0 0.01 271.23 0.97 0.65
Hex AA 51 FC 21 44 0 1 10F 61 41
Octal 252 121 374 41 104 0 1 417 141 101
Binary 10101010 1010001 11111100 100001 1000100 0 1 100001111 1100001 1000001

Color Harmonies of #AA51FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51FC

Black with #AA51FC

Text Example


Text Example

White with #AA51FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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