Html Css Color HEX #AC4BEC Medium Orchid

📋 copy color: '#AC4BEC'

red 172 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #AC4BEC

Tints of Medium Orchid #AC4BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.53%

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

R = 35.61%
G = 15.53%
B = 48.86%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC4BEC (or 0xAC4BEC) is known color: Medium Orchid. HEX triplet: AC, 4B and EC. RGB value is (172,75,236). Sum of RGB (Red+Green+Blue) = 172+75+236=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 75 (29.69% from 255 or 15.53% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC4BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC4BEC is #53B413. Grayscale: #797979. Windows color (decimal): -5485588 or 15485868. OLE color: 15485868.

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

Color convert

RGB 172 75 236 -
CMYK 0.27 0.68 0 0.07
HSL 276.15º 0.81% 0.61% -
HSV(B) 276.15º 0.68% 0.93% -
XYZ 34.67 19.86 81.36 -
YUV 122.36 192.14 163.41 -
System Red Green Blue C M Y K H S L
Decimal 172 75 236 0.27 0.68 0 0.07 276.15 0.81 0.61
Hex AC 4B EC 1B 44 0 7 114 51 3D
Octal 254 113 354 33 104 0 7 424 121 75
Binary 10101100 1001011 11101100 11011 1000100 0 111 100010100 1010001 111101

Color Harmonies of #AC4BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4BEC

Black with #AC4BEC

Text Example


Text Example

White with #AC4BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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