Html Css Color HEX #AA4DDB Medium Orchid

📋 copy color: '#AA4DDB'

red 170 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #AA4DDB

Tints of Medium Orchid #AA4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.52%

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

R = 36.48%
G = 16.52%
B = 47%

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

#AA4DDB (or 0xAA4DDB) is known color: Medium Orchid. HEX triplet: AA, 4D and DB. RGB value is (170,77,219). Sum of RGB (Red+Green+Blue) = 170+77+219=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA4DDB is #55B224. Grayscale: #787878. Windows color (decimal): -5616165 or 14372266. OLE color: 14372266.

HSL color Cylindrical-coordinate representation of color #AA4DDB: hue angle of 279.3º degrees, saturation: 0.66, 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 #AA4DDB is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 77 219 -
CMYK 0.22 0.65 0 0.14
HSL 279.3º 0.66% 0.58% -
HSV(B) 279.3º 0.65% 0.86% -
XYZ 32.02 18.97 68.99 -
YUV 121 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 170 77 219 0.22 0.65 0 0.14 279.3 0.66 0.58
Hex AA 4D DB 16 41 0 E 117 42 3A
Octal 252 115 333 26 101 0 16 427 102 72
Binary 10101010 1001101 11011011 10110 1000001 0 1110 100010111 1000010 111010

Color Harmonies of #AA4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4DDB

Black with #AA4DDB

Text Example


Text Example

White with #AA4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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