Html Css Color HEX #AA4FE0 Medium Orchid

📋 copy color: '#AA4FE0'

red 170 ◦ green 79 ◦ blue 224

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

Shades of Medium Orchid #AA4FE0

Tints of Medium Orchid #AA4FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.36%

R = 35.94%
G = 16.7%
B = 47.36%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA4FE0 (or 0xAA4FE0) is known color: Medium Orchid. HEX triplet: AA, 4F and E0. RGB value is (170,79,224). Sum of RGB (Red+Green+Blue) = 170+79+224=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA4FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FE0 is #55B01F. Grayscale: #7A7A7A. Windows color (decimal): -5615648 or 14700458. OLE color: 14700458.

HSL color Cylindrical-coordinate representation of color #AA4FE0: hue angle of 277.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4FE0 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 79 224 -
CMYK 0.24 0.65 0 0.12
HSL 277.66º 0.7% 0.59% -
HSV(B) 277.66º 0.65% 0.88% -
XYZ 32.83 19.52 72.56 -
YUV 122.74 185.15 161.71 -
System Red Green Blue C M Y K H S L
Decimal 170 79 224 0.24 0.65 0 0.12 277.66 0.7 0.59
Hex AA 4F E0 18 41 0 C 116 46 3B
Octal 252 117 340 30 101 0 14 426 106 73
Binary 10101010 1001111 11100000 11000 1000001 0 1100 100010110 1000110 111011

Color Harmonies of #AA4FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FE0

Black with #AA4FE0

Text Example


Text Example

White with #AA4FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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