Html Css Color HEX #AA4EDF Medium Orchid

📋 copy color: '#AA4EDF'

red 170 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #AA4EDF

Tints of Medium Orchid #AA4EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 36.09%
G = 16.56%
B = 47.35%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA4EDF (or 0xAA4EDF) is known color: Medium Orchid. HEX triplet: AA, 4E and DF. RGB value is (170,78,223). Sum of RGB (Red+Green+Blue) = 170+78+223=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA4EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4EDF is #55B120. Grayscale: #797979. Windows color (decimal): -5615905 or 14634666. OLE color: 14634666.

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

Color convert

RGB 170 78 223 -
CMYK 0.24 0.65 0 0.13
HSL 278.07º 0.69% 0.59% -
HSV(B) 278.07º 0.65% 0.87% -
XYZ 32.62 19.32 71.82 -
YUV 122.04 184.98 162.21 -
System Red Green Blue C M Y K H S L
Decimal 170 78 223 0.24 0.65 0 0.13 278.07 0.69 0.59
Hex AA 4E DF 18 41 0 D 116 45 3B
Octal 252 116 337 30 101 0 15 426 105 73
Binary 10101010 1001110 11011111 11000 1000001 0 1101 100010110 1000101 111011

Color Harmonies of #AA4EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4EDF

Black with #AA4EDF

Text Example


Text Example

White with #AA4EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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