Html Css Color HEX #AC43DF Medium Orchid

📋 copy color: '#AC43DF'

red 172 ◦ green 67 ◦ blue 223

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

Shades of Medium Orchid #AC43DF

Tints of Medium Orchid #AC43DF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.5%

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

R = 37.23%
G = 14.5%
B = 48.27%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC43DF (or 0xAC43DF) is known color: Medium Orchid. HEX triplet: AC, 43 and DF. RGB value is (172,67,223). Sum of RGB (Red+Green+Blue) = 172+67+223=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC43DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC43DF is #53BC20. Grayscale: #737373. Windows color (decimal): -5487649 or 14631852. OLE color: 14631852.

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

Color convert

RGB 172 67 223 -
CMYK 0.23 0.70 0 0.13
HSL 280.38º 0.71% 0.57% -
HSV(B) 280.38º 0.7% 0.87% -
XYZ 32.34 18.11 71.6 -
YUV 116.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 172 67 223 0.23 0.70 0 0.13 280.38 0.71 0.57
Hex AC 43 DF 17 46 0 D 118 47 39
Octal 254 103 337 27 106 0 15 430 107 71
Binary 10101100 1000011 11011111 10111 1000110 0 1101 100011000 1000111 111001

Color Harmonies of #AC43DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC43DF

Black with #AC43DF

Text Example


Text Example

White with #AC43DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC43DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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