Html Css Color HEX #AC5BEE Medium Orchid

📋 copy color: '#AC5BEE'

red 172 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #AC5BEE

Tints of Medium Orchid #AC5BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 34.33%
G = 18.16%
B = 47.5%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC5BEE (or 0xAC5BEE) is known color: Medium Orchid. HEX triplet: AC, 5B and EE. RGB value is (172,91,238). Sum of RGB (Red+Green+Blue) = 172+91+238=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 91 (35.94% from 255 or 18.16% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC5BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC5BEE is #53A411. Grayscale: #838383. Windows color (decimal): -5481490 or 15621036. OLE color: 15621036.

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

Color convert

RGB 172 91 238 -
CMYK 0.28 0.62 0 0.07
HSL 273.06º 0.81% 0.65% -
HSV(B) 273.06º 0.62% 0.93% -
XYZ 36.19 22.43 83.31 -
YUV 131.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 172 91 238 0.28 0.62 0 0.07 273.06 0.81 0.65
Hex AC 5B EE 1C 3E 0 7 111 51 41
Octal 254 133 356 34 76 0 7 421 121 101
Binary 10101100 1011011 11101110 11100 111110 0 111 100010001 1010001 1000001

Color Harmonies of #AC5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5BEE

Black with #AC5BEE

Text Example


Text Example

White with #AC5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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