Html Css Color HEX #AC55EF Medium Orchid

📋 copy color: '#AC55EF'

red 172 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #AC55EF

Tints of Medium Orchid #AC55EF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.14%

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

R = 34.68%
G = 17.14%
B = 48.19%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC55EF (or 0xAC55EF) is known color: Medium Orchid. HEX triplet: AC, 55 and EF. RGB value is (172,85,239). Sum of RGB (Red+Green+Blue) = 172+85+239=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC55EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55EF is #53AA10. Grayscale: #808080. Windows color (decimal): -5483025 or 15685036. OLE color: 15685036.

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

Color convert

RGB 172 85 239 -
CMYK 0.28 0.64 0 0.06
HSL 273.9º 0.83% 0.64% -
HSV(B) 273.9º 0.64% 0.94% -
XYZ 35.84 21.5 83.92 -
YUV 128.57 190.32 158.98 -
System Red Green Blue C M Y K H S L
Decimal 172 85 239 0.28 0.64 0 0.06 273.9 0.83 0.64
Hex AC 55 EF 1C 40 0 6 112 53 40
Octal 254 125 357 34 100 0 6 422 123 100
Binary 10101100 1010101 11101111 11100 1000000 0 110 100010010 1010011 1000000

Color Harmonies of #AC55EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC55EF

Black with #AC55EF

Text Example


Text Example

White with #AC55EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC55EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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