Html Css Color HEX #AC4FCF Medium Orchid

📋 copy color: '#AC4FCF'

red 172 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #AC4FCF

Tints of Medium Orchid #AC4FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 37.55%
G = 17.25%
B = 45.2%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC4FCF (or 0xAC4FCF) is known color: Medium Orchid. HEX triplet: AC, 4F and CF. RGB value is (172,79,207). Sum of RGB (Red+Green+Blue) = 172+79+207=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC4FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FCF is #53B030. Grayscale: #787878. Windows color (decimal): -5484593 or 13586348. OLE color: 13586348.

HSL color Cylindrical-coordinate representation of color #AC4FCF: hue angle of 283.59º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4FCF is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 79 207 -
CMYK 0.17 0.62 0 0.19
HSL 283.59º 0.57% 0.56% -
HSV(B) 283.59º 0.62% 0.81% -
XYZ 31.07 18.87 61.04 -
YUV 121.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 172 79 207 0.17 0.62 0 0.19 283.59 0.57 0.56
Hex AC 4F CF 11 3E 0 13 11C 39 38
Octal 254 117 317 21 76 0 23 434 71 70
Binary 10101100 1001111 11001111 10001 111110 0 10011 100011100 111001 111000

Color Harmonies of #AC4FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FCF

Black with #AC4FCF

Text Example


Text Example

White with #AC4FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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