Html Css Color HEX #AC5EDF Medium Orchid

📋 copy color: '#AC5EDF'

red 172 ◦ green 94 ◦ blue 223

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

Shades of Medium Orchid #AC5EDF

Tints of Medium Orchid #AC5EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 35.17%
G = 19.22%
B = 45.6%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC5EDF (or 0xAC5EDF) is known color: Medium Orchid. HEX triplet: AC, 5E and DF. RGB value is (172,94,223). Sum of RGB (Red+Green+Blue) = 172+94+223=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC5EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5EDF is #53A120. Grayscale: #838383. Windows color (decimal): -5480737 or 14638764. OLE color: 14638764.

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

Color convert

RGB 172 94 223 -
CMYK 0.23 0.58 0 0.13
HSL 276.28º 0.67% 0.62% -
HSV(B) 276.28º 0.58% 0.87% -
XYZ 34.34 22.1 72.27 -
YUV 132.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 172 94 223 0.23 0.58 0 0.13 276.28 0.67 0.62
Hex AC 5E DF 17 3A 0 D 114 43 3E
Octal 254 136 337 27 72 0 15 424 103 76
Binary 10101100 1011110 11011111 10111 111010 0 1101 100010100 1000011 111110

Color Harmonies of #AC5EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5EDF

Black with #AC5EDF

Text Example


Text Example

White with #AC5EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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