Html Css Color HEX #AC4FDF Medium Orchid

📋 copy color: '#AC4FDF'

red 172 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #AC4FDF

Tints of Medium Orchid #AC4FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

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

R = 36.29%
G = 16.67%
B = 47.05%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC4FDF (or 0xAC4FDF) is known color: Medium Orchid. HEX triplet: AC, 4F and DF. RGB value is (172,79,223). Sum of RGB (Red+Green+Blue) = 172+79+223=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC4FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FDF is #53B020. Grayscale: #7A7A7A. Windows color (decimal): -5484577 or 14634924. OLE color: 14634924.

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

Color convert

RGB 172 79 223 -
CMYK 0.23 0.65 0 0.13
HSL 278.75º 0.69% 0.59% -
HSV(B) 278.75º 0.65% 0.87% -
XYZ 33.13 19.69 71.87 -
YUV 123.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 172 79 223 0.23 0.65 0 0.13 278.75 0.69 0.59
Hex AC 4F DF 17 41 0 D 117 45 3B
Octal 254 117 337 27 101 0 15 427 105 73
Binary 10101100 1001111 11011111 10111 1000001 0 1101 100010111 1000101 111011

Color Harmonies of #AC4FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FDF

Black with #AC4FDF

Text Example


Text Example

White with #AC4FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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