Html Css Color HEX #AA4EF7 Medium Orchid

📋 copy color: '#AA4EF7'

red 170 ◦ green 78 ◦ blue 247

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

Shades of Medium Orchid #AA4EF7

Tints of Medium Orchid #AA4EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 49.9%

R = 34.34%
G = 15.76%
B = 49.9%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AA4EF7 (or 0xAA4EF7) is known color: Medium Orchid. HEX triplet: AA, 4E and F7. RGB value is (170,78,247). Sum of RGB (Red+Green+Blue) = 170+78+247=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA4EF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4EF7 is #55B108. Grayscale: #7C7C7C. Windows color (decimal): -5615881 or 16207530. OLE color: 16207530.

HSL color Cylindrical-coordinate representation of color #AA4EF7: hue angle of 272.66º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4EF7 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 78 247 -
CMYK 0.31 0.68 0 0.03
HSL 272.66º 0.91% 0.64% -
HSV(B) 272.66º 0.68% 0.97% -
XYZ 36.09 20.71 90.09 -
YUV 124.77 196.98 160.26 -
System Red Green Blue C M Y K H S L
Decimal 170 78 247 0.31 0.68 0 0.03 272.66 0.91 0.64
Hex AA 4E F7 1F 44 0 3 111 5B 40
Octal 252 116 367 37 104 0 3 421 133 100
Binary 10101010 1001110 11110111 11111 1000100 0 11 100010001 1011011 1000000

Color Harmonies of #AA4EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EF7

Black with #AA4EF7

Text Example


Text Example

White with #AA4EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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