Html Css Color HEX #AA4CCD Medium Orchid

📋 copy color: '#AA4CCD'

red 170 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #AA4CCD

Tints of Medium Orchid #AA4CCD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.85%

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

R = 37.69%
G = 16.85%
B = 45.45%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA4CCD (or 0xAA4CCD) is known color: Medium Orchid. HEX triplet: AA, 4C and CD. RGB value is (170,76,205). Sum of RGB (Red+Green+Blue) = 170+76+205=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CCD is #55B332. Grayscale: #767676. Windows color (decimal): -5616435 or 13454506. OLE color: 13454506.

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

Color convert

RGB 170 76 205 -
CMYK 0.17 0.63 0 0.20
HSL 283.72º 0.56% 0.55% -
HSV(B) 283.72º 0.63% 0.8% -
XYZ 30.18 18.12 59.66 -
YUV 118.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 170 76 205 0.17 0.63 0 0.20 283.72 0.56 0.55
Hex AA 4C CD 11 3F 0 14 11C 38 37
Octal 252 114 315 21 77 0 24 434 70 67
Binary 10101010 1001100 11001101 10001 111111 0 10100 100011100 111000 110111

Color Harmonies of #AA4CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CCD

Black with #AA4CCD

Text Example


Text Example

White with #AA4CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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