Html Css Color HEX #AC4FCE Medium Orchid

📋 copy color: '#AC4FCE'

red 172 ◦ green 79 ◦ blue 206

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

Shades of Medium Orchid #AC4FCE

Tints of Medium Orchid #AC4FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 37.64%
G = 17.29%
B = 45.08%

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

#AC4FCE (or 0xAC4FCE) is known color: Medium Orchid. HEX triplet: AC, 4F and CE. RGB value is (172,79,206). Sum of RGB (Red+Green+Blue) = 172+79+206=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC4FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FCE is #53B031. Grayscale: #787878. Windows color (decimal): -5484594 or 13520812. OLE color: 13520812.

HSL color Cylindrical-coordinate representation of color #AC4FCE: hue angle of 283.94º degrees, saturation: 0.56, 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 #AC4FCE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 79 206 -
CMYK 0.17 0.62 0 0.19
HSL 283.94º 0.56% 0.56% -
HSV(B) 283.94º 0.62% 0.81% -
XYZ 30.95 18.82 60.39 -
YUV 121.29 175.81 164.17 -
System Red Green Blue C M Y K H S L
Decimal 172 79 206 0.17 0.62 0 0.19 283.94 0.56 0.56
Hex AC 4F CE 11 3E 0 13 11C 38 38
Octal 254 117 316 21 76 0 23 434 70 70
Binary 10101100 1001111 11001110 10001 111110 0 10011 100011100 111000 111000

Color Harmonies of #AC4FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FCE

Black with #AC4FCE

Text Example


Text Example

White with #AC4FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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