Html Css Color HEX #AA4BCE Medium Orchid

📋 copy color: '#AA4BCE'

red 170 ◦ green 75 ◦ blue 206

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

Shades of Medium Orchid #AA4BCE

Tints of Medium Orchid #AA4BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.63%

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

R = 37.69%
G = 16.63%
B = 45.68%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA4BCE (or 0xAA4BCE) is known color: Medium Orchid. HEX triplet: AA, 4B and CE. RGB value is (170,75,206). Sum of RGB (Red+Green+Blue) = 170+75+206=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA4BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4BCE is #55B431. Grayscale: #757575. Windows color (decimal): -5616690 or 13519786. OLE color: 13519786.

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

Color convert

RGB 170 75 206 -
CMYK 0.17 0.64 0 0.19
HSL 283.51º 0.57% 0.55% -
HSV(B) 283.51º 0.64% 0.81% -
XYZ 30.23 18.03 60.28 -
YUV 118.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 170 75 206 0.17 0.64 0 0.19 283.51 0.57 0.55
Hex AA 4B CE 11 40 0 13 11C 39 37
Octal 252 113 316 21 100 0 23 434 71 67
Binary 10101010 1001011 11001110 10001 1000000 0 10011 100011100 111001 110111

Color Harmonies of #AA4BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4BCE

Black with #AA4BCE

Text Example


Text Example

White with #AA4BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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