Html Css Color HEX #AC4FE1 Medium Orchid

📋 copy color: '#AC4FE1'

red 172 ◦ green 79 ◦ blue 225

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

Shades of Medium Orchid #AC4FE1

Tints of Medium Orchid #AC4FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 36.13%
G = 16.6%
B = 47.27%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC4FE1 (or 0xAC4FE1) is known color: Medium Orchid. HEX triplet: AC, 4F and E1. RGB value is (172,79,225). Sum of RGB (Red+Green+Blue) = 172+79+225=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #AC4FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4FE1 is #53B01E. Grayscale: #7A7A7A. Windows color (decimal): -5484575 or 14765996. OLE color: 14765996.

HSL color Cylindrical-coordinate representation of color #AC4FE1: hue angle of 278.22º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC4FE1 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 79 225 -
CMYK 0.24 0.65 0 0.12
HSL 278.22º 0.71% 0.6% -
HSV(B) 278.22º 0.65% 0.88% -
XYZ 33.4 19.8 73.3 -
YUV 123.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 172 79 225 0.24 0.65 0 0.12 278.22 0.71 0.6
Hex AC 4F E1 18 41 0 C 116 47 3C
Octal 254 117 341 30 101 0 14 426 107 74
Binary 10101100 1001111 11100001 11000 1000001 0 1100 100010110 1000111 111100

Color Harmonies of #AC4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4FE1

Black with #AC4FE1

Text Example


Text Example

White with #AC4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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