Html Css Color HEX #AA4DC7 Medium Orchid

📋 copy color: '#AA4DC7'

red 170 ◦ green 77 ◦ blue 199

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

Shades of Medium Orchid #AA4DC7

Tints of Medium Orchid #AA4DC7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 199 (78.13% from 255) = 44.62%

R = 38.12%
G = 17.26%
B = 44.62%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA4DC7 (or 0xAA4DC7) is known color: Medium Orchid. HEX triplet: AA, 4D and C7. RGB value is (170,77,199). Sum of RGB (Red+Green+Blue) = 170+77+199=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 199 (78.12% from 255 or 44.62% from 446); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA4DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DC7 is #55B238. Grayscale: #767676. Windows color (decimal): -5616185 or 13061546. OLE color: 13061546.

HSL color Cylindrical-coordinate representation of color #AA4DC7: hue angle of 285.74º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4DC7 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 77 199 -
CMYK 0.15 0.61 0 0.22
HSL 285.74º 0.52% 0.54% -
HSV(B) 285.74º 0.61% 0.78% -
XYZ 29.54 17.98 55.95 -
YUV 118.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 170 77 199 0.15 0.61 0 0.22 285.74 0.52 0.54
Hex AA 4D C7 F 3D 0 16 11E 34 36
Octal 252 115 307 17 75 0 26 436 64 66
Binary 10101010 1001101 11000111 1111 111101 0 10110 100011110 110100 110110

Color Harmonies of #AA4DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DC7

Black with #AA4DC7

Text Example


Text Example

White with #AA4DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DC7; }

 p { color: rgb(170,77,199); }

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

background-color css

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

 a { background-color: rgb(170,77,199); }

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

border-color css

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

 span { border-color: rgb(170,77,199); }

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