Html Css Color HEX #AC5CEC Medium Orchid

📋 copy color: '#AC5CEC'

red 172 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #AC5CEC

Tints of Medium Orchid #AC5CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 34.4%
G = 18.4%
B = 47.2%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC5CEC (or 0xAC5CEC) is known color: Medium Orchid. HEX triplet: AC, 5C and EC. RGB value is (172,92,236). Sum of RGB (Red+Green+Blue) = 172+92+236=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC5CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5CEC is #53A313. Grayscale: #838383. Windows color (decimal): -5481236 or 15490220. OLE color: 15490220.

HSL color Cylindrical-coordinate representation of color #AC5CEC: hue angle of 273.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC5CEC is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 92 236 -
CMYK 0.27 0.61 0 0.07
HSL 273.33º 0.79% 0.64% -
HSV(B) 273.33º 0.61% 0.93% -
XYZ 35.98 22.48 81.8 -
YUV 132.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 172 92 236 0.27 0.61 0 0.07 273.33 0.79 0.64
Hex AC 5C EC 1B 3D 0 7 111 4F 40
Octal 254 134 354 33 75 0 7 421 117 100
Binary 10101100 1011100 11101100 11011 111101 0 111 100010001 1001111 1000000

Color Harmonies of #AC5CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5CEC

Black with #AC5CEC

Text Example


Text Example

White with #AC5CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5CEC; }

 p { color: rgb(172,92,236); }

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

background-color css

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

 a { background-color: rgb(172,92,236); }

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

border-color css

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

 span { border-color: rgb(172,92,236); }

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