Html Css Color HEX #AC58CE Medium Orchid

📋 copy color: '#AC58CE'

red 172 ◦ green 88 ◦ blue 206

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

Shades of Medium Orchid #AC58CE

Tints of Medium Orchid #AC58CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.21%

R = 36.91%
G = 18.88%
B = 44.21%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC58CE (or 0xAC58CE) is known color: Medium Orchid. HEX triplet: AC, 58 and CE. RGB value is (172,88,206). Sum of RGB (Red+Green+Blue) = 172+88+206=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC58CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58CE is #53A731. Grayscale: #7E7E7E. Windows color (decimal): -5482290 or 13523116. OLE color: 13523116.

HSL color Cylindrical-coordinate representation of color #AC58CE: hue angle of 282.71º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC58CE is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 88 206 -
CMYK 0.17 0.57 0 0.19
HSL 282.71º 0.55% 0.58% -
HSV(B) 282.71º 0.57% 0.81% -
XYZ 31.64 20.21 60.62 -
YUV 126.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 172 88 206 0.17 0.57 0 0.19 282.71 0.55 0.58
Hex AC 58 CE 11 39 0 13 11B 37 3A
Octal 254 130 316 21 71 0 23 433 67 72
Binary 10101100 1011000 11001110 10001 111001 0 10011 100011011 110111 111010

Color Harmonies of #AC58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58CE

Black with #AC58CE

Text Example


Text Example

White with #AC58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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