Html Css Color HEX #AA4DCD Medium Orchid

📋 copy color: '#AA4DCD'

red 170 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #AA4DCD

Tints of Medium Orchid #AA4DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.35%

R = 37.61%
G = 17.04%
B = 45.35%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA4DCD (or 0xAA4DCD) is known color: Medium Orchid. HEX triplet: AA, 4D and CD. RGB value is (170,77,205). Sum of RGB (Red+Green+Blue) = 170+77+205=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DCD is #55B232. Grayscale: #767676. Windows color (decimal): -5616179 or 13454762. OLE color: 13454762.

HSL color Cylindrical-coordinate representation of color #AA4DCD: hue angle of 283.59º degrees, saturation: 0.56, 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 #AA4DCD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 77 205 -
CMYK 0.17 0.62 0 0.20
HSL 283.59º 0.56% 0.55% -
HSV(B) 283.59º 0.62% 0.8% -
XYZ 30.25 18.26 59.69 -
YUV 119.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 170 77 205 0.17 0.62 0 0.20 283.59 0.56 0.55
Hex AA 4D CD 11 3E 0 14 11C 38 37
Octal 252 115 315 21 76 0 24 434 70 67
Binary 10101010 1001101 11001101 10001 111110 0 10100 100011100 111000 110111

Color Harmonies of #AA4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DCD

Black with #AA4DCD

Text Example


Text Example

White with #AA4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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