Html Css Color HEX #AC5EE0 Medium Orchid

📋 copy color: '#AC5EE0'

red 172 ◦ green 94 ◦ blue 224

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

Shades of Medium Orchid #AC5EE0

Tints of Medium Orchid #AC5EE0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.18%

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

R = 35.1%
G = 19.18%
B = 45.71%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AC5EE0 (or 0xAC5EE0) is known color: Medium Orchid. HEX triplet: AC, 5E and E0. RGB value is (172,94,224). Sum of RGB (Red+Green+Blue) = 172+94+224=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC5EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EE0 is #53A11F. Grayscale: #838383. Windows color (decimal): -5480736 or 14704300. OLE color: 14704300.

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

Color convert

RGB 172 94 224 -
CMYK 0.23 0.58 0 0.12
HSL 276º 0.68% 0.62% -
HSV(B) 276º 0.58% 0.88% -
XYZ 34.47 22.16 72.98 -
YUV 132.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 172 94 224 0.23 0.58 0 0.12 276 0.68 0.62
Hex AC 5E E0 17 3A 0 C 114 44 3E
Octal 254 136 340 27 72 0 14 424 104 76
Binary 10101100 1011110 11100000 10111 111010 0 1100 100010100 1000100 111110

Color Harmonies of #AC5EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EE0

Black with #AC5EE0

Text Example


Text Example

White with #AC5EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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