Html Css Color HEX #AC4CE0 Medium Orchid

📋 copy color: '#AC4CE0'

red 172 ◦ green 76 ◦ blue 224

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

Shades of Medium Orchid #AC4CE0

Tints of Medium Orchid #AC4CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.1%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 36.44%
G = 16.1%
B = 47.46%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC4CE0 (or 0xAC4CE0) is known color: Medium Orchid. HEX triplet: AC, 4C and E0. RGB value is (172,76,224). Sum of RGB (Red+Green+Blue) = 172+76+224=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC4CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CE0 is #53B31F. Grayscale: #797979. Windows color (decimal): -5485344 or 14699692. OLE color: 14699692.

HSL color Cylindrical-coordinate representation of color #AC4CE0: hue angle of 278.92º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC4CE0 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 76 224 -
CMYK 0.23 0.66 0 0.12
HSL 278.92º 0.7% 0.59% -
HSV(B) 278.92º 0.66% 0.88% -
XYZ 33.05 19.32 72.51 -
YUV 121.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 172 76 224 0.23 0.66 0 0.12 278.92 0.7 0.59
Hex AC 4C E0 17 42 0 C 117 46 3B
Octal 254 114 340 27 102 0 14 427 106 73
Binary 10101100 1001100 11100000 10111 1000010 0 1100 100010111 1000110 111011

Color Harmonies of #AC4CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4CE0

Black with #AC4CE0

Text Example


Text Example

White with #AC4CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4CE0; }

 p { color: rgb(172,76,224); }

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

background-color css

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

 a { background-color: rgb(172,76,224); }

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

border-color css

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

 span { border-color: rgb(172,76,224); }

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