Html Css Color HEX #AC41DB Medium Orchid

📋 copy color: '#AC41DB'

red 172 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #AC41DB

Tints of Medium Orchid #AC41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.25%

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

R = 37.72%
G = 14.25%
B = 48.03%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AC41DB (or 0xAC41DB) is known color: Medium Orchid. HEX triplet: AC, 41 and DB. RGB value is (172,65,219). Sum of RGB (Red+Green+Blue) = 172+65+219=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC41DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41DB is #53BE24. Grayscale: #727272. Windows color (decimal): -5488165 or 14369196. OLE color: 14369196.

HSL color Cylindrical-coordinate representation of color #AC41DB: hue angle of 281.69º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC41DB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 65 219 -
CMYK 0.21 0.70 0 0.14
HSL 281.69º 0.68% 0.56% -
HSV(B) 281.69º 0.7% 0.86% -
XYZ 31.69 17.67 68.76 -
YUV 114.55 186.95 168.98 -
System Red Green Blue C M Y K H S L
Decimal 172 65 219 0.21 0.70 0 0.14 281.69 0.68 0.56
Hex AC 41 DB 15 46 0 E 11A 44 38
Octal 254 101 333 25 106 0 16 432 104 70
Binary 10101100 1000001 11011011 10101 1000110 0 1110 100011010 1000100 111000

Color Harmonies of #AC41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41DB

Black with #AC41DB

Text Example


Text Example

White with #AC41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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