Html Css Color HEX #AC4DDB Medium Orchid

📋 copy color: '#AC4DDB'

red 172 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #AC4DDB

Tints of Medium Orchid #AC4DDB

RGB

 RED value IS 172 (67.58% from 255) = 36.75%

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

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

R = 36.75%
G = 16.45%
B = 46.79%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC4DDB (or 0xAC4DDB) is known color: Medium Orchid. HEX triplet: AC, 4D and DB. RGB value is (172,77,219). Sum of RGB (Red+Green+Blue) = 172+77+219=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC4DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4DDB is #53B224. Grayscale: #797979. Windows color (decimal): -5485093 or 14372268. OLE color: 14372268.

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

Color convert

RGB 172 77 219 -
CMYK 0.21 0.65 0 0.14
HSL 280.14º 0.66% 0.58% -
HSV(B) 280.14º 0.65% 0.86% -
XYZ 32.45 19.19 69.01 -
YUV 121.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 172 77 219 0.21 0.65 0 0.14 280.14 0.66 0.58
Hex AC 4D DB 15 41 0 E 118 42 3A
Octal 254 115 333 25 101 0 16 430 102 72
Binary 10101100 1001101 11011011 10101 1000001 0 1110 100011000 1000010 111010

Color Harmonies of #AC4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4DDB

Black with #AC4DDB

Text Example


Text Example

White with #AC4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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