Html Css Color HEX #AA4DCC Medium Orchid

📋 copy color: '#AA4DCC'

red 170 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #AA4DCC

Tints of Medium Orchid #AA4DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 37.69%
G = 17.07%
B = 45.23%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA4DCC (or 0xAA4DCC) is known color: Medium Orchid. HEX triplet: AA, 4D and CC. RGB value is (170,77,204). Sum of RGB (Red+Green+Blue) = 170+77+204=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DCC is #55B233. Grayscale: #767676. Windows color (decimal): -5616180 or 13389226. OLE color: 13389226.

HSL color Cylindrical-coordinate representation of color #AA4DCC: hue angle of 283.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4DCC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 77 204 -
CMYK 0.17 0.62 0 0.2
HSL 283.94º 0.55% 0.55% -
HSV(B) 283.94º 0.62% 0.8% -
XYZ 30.13 18.21 59.05 -
YUV 119.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 170 77 204 0.17 0.62 0 0.2 283.94 0.55 0.55
Hex AA 4D CC 11 3E 0 14 11C 37 37
Octal 252 115 314 21 76 0 24 434 67 67
Binary 10101010 1001101 11001100 10001 111110 0 10100 100011100 110111 110111

Color Harmonies of #AA4DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DCC

Black with #AA4DCC

Text Example


Text Example

White with #AA4DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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