Html Css Color HEX #AA4CCC Medium Orchid

📋 copy color: '#AA4CCC'

red 170 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #AA4CCC

Tints of Medium Orchid #AA4CCC

RGB

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

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

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

R = 37.78%
G = 16.89%
B = 45.33%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA4CCC (or 0xAA4CCC) is known color: Medium Orchid. HEX triplet: AA, 4C and CC. RGB value is (170,76,204). Sum of RGB (Red+Green+Blue) = 170+76+204=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CCC is #55B333. Grayscale: #767676. Windows color (decimal): -5616436 or 13388970. OLE color: 13388970.

HSL color Cylindrical-coordinate representation of color #AA4CCC: hue angle of 284.06º 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 #AA4CCC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 76 204 -
CMYK 0.17 0.63 0 0.2
HSL 284.06º 0.56% 0.55% -
HSV(B) 284.06º 0.63% 0.8% -
XYZ 30.06 18.07 59.03 -
YUV 118.7 176.14 164.59 -
System Red Green Blue C M Y K H S L
Decimal 170 76 204 0.17 0.63 0 0.2 284.06 0.56 0.55
Hex AA 4C CC 11 3F 0 14 11C 38 37
Octal 252 114 314 21 77 0 24 434 70 67
Binary 10101010 1001100 11001100 10001 111111 0 10100 100011100 111000 110111

Color Harmonies of #AA4CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CCC

Black with #AA4CCC

Text Example


Text Example

White with #AA4CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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