Html Css Color HEX #AA4DC6 Medium Orchid

📋 copy color: '#AA4DC6'

red 170 ◦ green 77 ◦ blue 198

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

Shades of Medium Orchid #AA4DC6

Tints of Medium Orchid #AA4DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.49%

R = 38.2%
G = 17.3%
B = 44.49%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA4DC6 (or 0xAA4DC6) is known color: Medium Orchid. HEX triplet: AA, 4D and C6. RGB value is (170,77,198). Sum of RGB (Red+Green+Blue) = 170+77+198=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 198 (77.73% from 255 or 44.49% from 445); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA4DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DC6 is #55B239. Grayscale: #767676. Windows color (decimal): -5616186 or 12996010. OLE color: 12996010.

HSL color Cylindrical-coordinate representation of color #AA4DC6: hue angle of 286.12º degrees, saturation: 0.51, 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 #AA4DC6 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 77 198 -
CMYK 0.14 0.61 0 0.22
HSL 286.12º 0.51% 0.54% -
HSV(B) 286.12º 0.61% 0.78% -
XYZ 29.42 17.93 55.34 -
YUV 118.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 170 77 198 0.14 0.61 0 0.22 286.12 0.51 0.54
Hex AA 4D C6 E 3D 0 16 11E 33 36
Octal 252 115 306 16 75 0 26 436 63 66
Binary 10101010 1001101 11000110 1110 111101 0 10110 100011110 110011 110110

Color Harmonies of #AA4DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DC6

Black with #AA4DC6

Text Example


Text Example

White with #AA4DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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