Html Css Color HEX #AC4FC1 Medium Orchid

📋 copy color: '#AC4FC1'

red 172 ◦ green 79 ◦ blue 193

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

Shades of Medium Orchid #AC4FC1

Tints of Medium Orchid #AC4FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.47%

R = 38.74%
G = 17.79%
B = 43.47%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC4FC1 (or 0xAC4FC1) is known color: Medium Orchid. HEX triplet: AC, 4F and C1. RGB value is (172,79,193). Sum of RGB (Red+Green+Blue) = 172+79+193=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC4FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FC1 is #53B03E. Grayscale: #777777. Windows color (decimal): -5484607 or 12668844. OLE color: 12668844.

HSL color Cylindrical-coordinate representation of color #AC4FC1: hue angle of 288.95º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC4FC1 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 79 193 -
CMYK 0.11 0.59 0 0.24
HSL 288.95º 0.48% 0.53% -
HSV(B) 288.95º 0.59% 0.76% -
XYZ 29.43 18.21 52.42 -
YUV 119.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 172 79 193 0.11 0.59 0 0.24 288.95 0.48 0.53
Hex AC 4F C1 B 3B 0 18 121 30 35
Octal 254 117 301 13 73 0 30 441 60 65
Binary 10101100 1001111 11000001 1011 111011 0 11000 100100001 110000 110101

Color Harmonies of #AC4FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FC1

Black with #AC4FC1

Text Example


Text Example

White with #AC4FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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