Html Css Color HEX #AA4CCE Medium Orchid

📋 copy color: '#AA4CCE'

red 170 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #AA4CCE

Tints of Medium Orchid #AA4CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 37.61%
G = 16.81%
B = 45.58%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA4CCE (or 0xAA4CCE) is known color: Medium Orchid. HEX triplet: AA, 4C and CE. RGB value is (170,76,206). Sum of RGB (Red+Green+Blue) = 170+76+206=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA4CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CCE is #55B331. Grayscale: #767676. Windows color (decimal): -5616434 or 13520042. OLE color: 13520042.

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

Color convert

RGB 170 76 206 -
CMYK 0.17 0.63 0 0.19
HSL 283.38º 0.57% 0.55% -
HSV(B) 283.38º 0.63% 0.81% -
XYZ 30.3 18.17 60.3 -
YUV 118.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 170 76 206 0.17 0.63 0 0.19 283.38 0.57 0.55
Hex AA 4C CE 11 3F 0 13 11B 39 37
Octal 252 114 316 21 77 0 23 433 71 67
Binary 10101010 1001100 11001110 10001 111111 0 10011 100011011 111001 110111

Color Harmonies of #AA4CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CCE

Black with #AA4CCE

Text Example


Text Example

White with #AA4CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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