Html Css Color HEX #AC4CDF Medium Orchid

📋 copy color: '#AC4CDF'

red 172 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #AC4CDF

Tints of Medium Orchid #AC4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 36.52%
G = 16.14%
B = 47.35%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4CDF (or 0xAC4CDF) is known color: Medium Orchid. HEX triplet: AC, 4C and DF. RGB value is (172,76,223). Sum of RGB (Red+Green+Blue) = 172+76+223=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CDF is #53B320. Grayscale: #787878. Windows color (decimal): -5485345 or 14634156. OLE color: 14634156.

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

Color convert

RGB 172 76 223 -
CMYK 0.23 0.66 0 0.13
HSL 279.18º 0.7% 0.59% -
HSV(B) 279.18º 0.66% 0.87% -
XYZ 32.92 19.27 71.8 -
YUV 121.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 172 76 223 0.23 0.66 0 0.13 279.18 0.7 0.59
Hex AC 4C DF 17 42 0 D 117 46 3B
Octal 254 114 337 27 102 0 15 427 106 73
Binary 10101100 1001100 11011111 10111 1000010 0 1101 100010111 1000110 111011

Color Harmonies of #AC4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CDF

Black with #AC4CDF

Text Example


Text Example

White with #AC4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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