Html Css Color HEX #AC4ADB Medium Orchid

📋 copy color: '#AC4ADB'

red 172 ◦ green 74 ◦ blue 219

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

Shades of Medium Orchid #AC4ADB

Tints of Medium Orchid #AC4ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.91%

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

R = 36.99%
G = 15.91%
B = 47.1%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC4ADB (or 0xAC4ADB) is known color: Medium Orchid. HEX triplet: AC, 4A and DB. RGB value is (172,74,219). Sum of RGB (Red+Green+Blue) = 172+74+219=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 74 (29.30% from 255 or 15.91% 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 #AC4ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4ADB is #53B524. Grayscale: #777777. Windows color (decimal): -5485861 or 14371500. OLE color: 14371500.

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

Color convert

RGB 172 74 219 -
CMYK 0.21 0.66 0 0.14
HSL 280.55º 0.67% 0.57% -
HSV(B) 280.55º 0.66% 0.86% -
XYZ 32.25 18.78 68.94 -
YUV 119.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 172 74 219 0.21 0.66 0 0.14 280.55 0.67 0.57
Hex AC 4A DB 15 42 0 E 119 43 39
Octal 254 112 333 25 102 0 16 431 103 71
Binary 10101100 1001010 11011011 10101 1000010 0 1110 100011001 1000011 111001

Color Harmonies of #AC4ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4ADB

Black with #AC4ADB

Text Example


Text Example

White with #AC4ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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