Html Css Color HEX #AA4EFF Medium Orchid

📋 copy color: '#AA4EFF'

red 170 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #AA4EFF

Tints of Medium Orchid #AA4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.51%

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

R = 33.8%
G = 15.51%
B = 50.7%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AA4EFF (or 0xAA4EFF) is known color: Medium Orchid. HEX triplet: AA, 4E and FF. RGB value is (170,78,255). Sum of RGB (Red+Green+Blue) = 170+78+255=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EFF is #55B100. Grayscale: #7D7D7D. Windows color (decimal): -5615873 or 16731818. OLE color: 16731818.

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

Color convert

RGB 170 78 255 -
CMYK 0.33 0.69 0 0
HSL 271.19º 1% 0.65% -
HSV(B) 271.19º 0.69% 1% -
XYZ 37.35 21.21 96.73 -
YUV 125.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 170 78 255 0.33 0.69 0 0 271.19 1 0.65
Hex AA 4E FF 21 45 0 0 10F 64 41
Octal 252 116 377 41 105 0 0 417 144 101
Binary 10101010 1001110 11111111 100001 1000101 0 0 100001111 1100100 1000001

Color Harmonies of #AA4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EFF

Black with #AA4EFF

Text Example


Text Example

White with #AA4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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