Html Css Color HEX #AC58EE Medium Orchid

📋 copy color: '#AC58EE'

red 172 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #AC58EE

Tints of Medium Orchid #AC58EE

RGB

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

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

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

R = 34.54%
G = 17.67%
B = 47.79%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC58EE (or 0xAC58EE) is known color: Medium Orchid. HEX triplet: AC, 58 and EE. RGB value is (172,88,238). Sum of RGB (Red+Green+Blue) = 172+88+238=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC58EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58EE is #53A711. Grayscale: #818181. Windows color (decimal): -5482258 or 15620268. OLE color: 15620268.

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

Color convert

RGB 172 88 238 -
CMYK 0.28 0.63 0 0.07
HSL 273.6º 0.82% 0.64% -
HSV(B) 273.6º 0.63% 0.93% -
XYZ 35.94 21.92 83.23 -
YUV 130.22 188.83 157.8 -
System Red Green Blue C M Y K H S L
Decimal 172 88 238 0.28 0.63 0 0.07 273.6 0.82 0.64
Hex AC 58 EE 1C 3F 0 7 112 52 40
Octal 254 130 356 34 77 0 7 422 122 100
Binary 10101100 1011000 11101110 11100 111111 0 111 100010010 1010010 1000000

Color Harmonies of #AC58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58EE

Black with #AC58EE

Text Example


Text Example

White with #AC58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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