Html Css Color HEX #AC5BEF Medium Orchid

📋 copy color: '#AC5BEF'

red 172 ◦ green 91 ◦ blue 239

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

Shades of Medium Orchid #AC5BEF

Tints of Medium Orchid #AC5BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 34.26%
G = 18.13%
B = 47.61%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC5BEF (or 0xAC5BEF) is known color: Medium Orchid. HEX triplet: AC, 5B and EF. RGB value is (172,91,239). Sum of RGB (Red+Green+Blue) = 172+91+239=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC5BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BEF is #53A410. Grayscale: #838383. Windows color (decimal): -5481489 or 15686572. OLE color: 15686572.

HSL color Cylindrical-coordinate representation of color #AC5BEF: hue angle of 272.84º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC5BEF is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 91 239 -
CMYK 0.28 0.62 0 0.06
HSL 272.84º 0.82% 0.65% -
HSV(B) 272.84º 0.62% 0.94% -
XYZ 36.33 22.48 84.09 -
YUV 132.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 172 91 239 0.28 0.62 0 0.06 272.84 0.82 0.65
Hex AC 5B EF 1C 3E 0 6 111 52 41
Octal 254 133 357 34 76 0 6 421 122 101
Binary 10101100 1011011 11101111 11100 111110 0 110 100010001 1010010 1000001

Color Harmonies of #AC5BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BEF

Black with #AC5BEF

Text Example


Text Example

White with #AC5BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BEF; }

 p { color: rgb(172,91,239); }

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

background-color css

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

 a { background-color: rgb(172,91,239); }

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

border-color css

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

 span { border-color: rgb(172,91,239); }

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