Html Css Color HEX #AA4FF9 Medium Orchid

📋 copy color: '#AA4FF9'

red 170 ◦ green 79 ◦ blue 249

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

Shades of Medium Orchid #AA4FF9

Tints of Medium Orchid #AA4FF9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.86%

 BLUE value IS 249 (97.66% from 255) = 50%

R = 34.14%
G = 15.86%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA4FF9 (or 0xAA4FF9) is known color: Medium Orchid. HEX triplet: AA, 4F and F9. RGB value is (170,79,249). Sum of RGB (Red+Green+Blue) = 170+79+249=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 79 (31.25% from 255 or 15.86% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA4FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA4FF9 is #55B006. Grayscale: #7D7D7D. Windows color (decimal): -5615623 or 16338858. OLE color: 16338858.

HSL color Cylindrical-coordinate representation of color #AA4FF9: hue angle of 272.12º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA4FF9 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 79 249 -
CMYK 0.32 0.68 0 0.02
HSL 272.12º 0.93% 0.64% -
HSV(B) 272.12º 0.68% 0.98% -
XYZ 36.47 20.98 91.75 -
YUV 125.59 197.65 159.68 -
System Red Green Blue C M Y K H S L
Decimal 170 79 249 0.32 0.68 0 0.02 272.12 0.93 0.64
Hex AA 4F F9 20 44 0 2 110 5D 40
Octal 252 117 371 40 104 0 2 420 135 100
Binary 10101010 1001111 11111001 100000 1000100 0 10 100010000 1011101 1000000

Color Harmonies of #AA4FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FF9

Black with #AA4FF9

Text Example


Text Example

White with #AA4FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FF9; }

 p { color: rgb(170,79,249); }

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

background-color css

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

 a { background-color: rgb(170,79,249); }

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

border-color css

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

 span { border-color: rgb(170,79,249); }

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