Html Css Color HEX #AA4FDC Medium Orchid

📋 copy color: '#AA4FDC'

red 170 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #AA4FDC

Tints of Medium Orchid #AA4FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 36.25%
G = 16.84%
B = 46.91%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA4FDC (or 0xAA4FDC) is known color: Medium Orchid. HEX triplet: AA, 4F and DC. RGB value is (170,79,220). Sum of RGB (Red+Green+Blue) = 170+79+220=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA4FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4FDC is #55B023. Grayscale: #797979. Windows color (decimal): -5615652 or 14438314. OLE color: 14438314.

HSL color Cylindrical-coordinate representation of color #AA4FDC: hue angle of 278.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA4FDC is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 79 220 -
CMYK 0.23 0.64 0 0.14
HSL 278.72º 0.67% 0.59% -
HSV(B) 278.72º 0.64% 0.86% -
XYZ 32.29 19.31 69.73 -
YUV 122.28 183.15 162.04 -
System Red Green Blue C M Y K H S L
Decimal 170 79 220 0.23 0.64 0 0.14 278.72 0.67 0.59
Hex AA 4F DC 17 40 0 E 117 43 3B
Octal 252 117 334 27 100 0 16 427 103 73
Binary 10101010 1001111 11011100 10111 1000000 0 1110 100010111 1000011 111011

Color Harmonies of #AA4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4FDC

Black with #AA4FDC

Text Example


Text Example

White with #AA4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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