Html Css Color HEX #AA4CDB Medium Orchid

📋 copy color: '#AA4CDB'

red 170 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #AA4CDB

Tints of Medium Orchid #AA4CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 36.56%
G = 16.34%
B = 47.1%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA4CDB (or 0xAA4CDB) is known color: Medium Orchid. HEX triplet: AA, 4C and DB. RGB value is (170,76,219). Sum of RGB (Red+Green+Blue) = 170+76+219=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA4CDB is #55B324. Grayscale: #777777. Windows color (decimal): -5616421 or 14372010. OLE color: 14372010.

HSL color Cylindrical-coordinate representation of color #AA4CDB: hue angle of 279.44º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4CDB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 76 219 -
CMYK 0.22 0.65 0 0.14
HSL 279.44º 0.67% 0.58% -
HSV(B) 279.44º 0.65% 0.86% -
XYZ 31.95 18.83 68.97 -
YUV 120.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 170 76 219 0.22 0.65 0 0.14 279.44 0.67 0.58
Hex AA 4C DB 16 41 0 E 117 43 3A
Octal 252 114 333 26 101 0 16 427 103 72
Binary 10101010 1001100 11011011 10110 1000001 0 1110 100010111 1000011 111010

Color Harmonies of #AA4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4CDB

Black with #AA4CDB

Text Example


Text Example

White with #AA4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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