Html Css Color HEX #AC58EF Medium Orchid

📋 copy color: '#AC58EF'

red 172 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #AC58EF

Tints of Medium Orchid #AC58EF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.64%

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

R = 34.47%
G = 17.64%
B = 47.9%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AC58EF (or 0xAC58EF) is known color: Medium Orchid. HEX triplet: AC, 58 and EF. RGB value is (172,88,239). Sum of RGB (Red+Green+Blue) = 172+88+239=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 88 (34.77% from 255 or 17.64% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #AC58EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58EF is #53A710. Grayscale: #818181. Windows color (decimal): -5482257 or 15685804. OLE color: 15685804.

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

Color convert

RGB 172 88 239 -
CMYK 0.28 0.63 0 0.06
HSL 273.38º 0.83% 0.64% -
HSV(B) 273.38º 0.63% 0.94% -
XYZ 36.08 21.98 84 -
YUV 130.33 189.33 157.72 -
System Red Green Blue C M Y K H S L
Decimal 172 88 239 0.28 0.63 0 0.06 273.38 0.83 0.64
Hex AC 58 EF 1C 3F 0 6 111 53 40
Octal 254 130 357 34 77 0 6 421 123 100
Binary 10101100 1011000 11101111 11100 111111 0 110 100010001 1010011 1000000

Color Harmonies of #AC58EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58EF

Black with #AC58EF

Text Example


Text Example

White with #AC58EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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