Html Css Color HEX #AC41DF Medium Orchid

📋 copy color: '#AC41DF'

red 172 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #AC41DF

Tints of Medium Orchid #AC41DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.48%

R = 37.39%
G = 14.13%
B = 48.48%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC41DF (or 0xAC41DF) is known color: Medium Orchid. HEX triplet: AC, 41 and DF. RGB value is (172,65,223). Sum of RGB (Red+Green+Blue) = 172+65+223=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC41DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC41DF is #53BE20. Grayscale: #727272. Windows color (decimal): -5488161 or 14631340. OLE color: 14631340.

HSL color Cylindrical-coordinate representation of color #AC41DF: hue angle of 280.63º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC41DF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 65 223 -
CMYK 0.23 0.71 0 0.13
HSL 280.63º 0.71% 0.56% -
HSV(B) 280.63º 0.71% 0.87% -
XYZ 32.22 17.88 71.56 -
YUV 115.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 172 65 223 0.23 0.71 0 0.13 280.63 0.71 0.56
Hex AC 41 DF 17 47 0 D 119 47 38
Octal 254 101 337 27 107 0 15 431 107 70
Binary 10101100 1000001 11011111 10111 1000111 0 1101 100011001 1000111 111000

Color Harmonies of #AC41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC41DF

Black with #AC41DF

Text Example


Text Example

White with #AC41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC41DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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