Html Css Color HEX #AC58C3 Medium Orchid

📋 copy color: '#AC58C3'

red 172 ◦ green 88 ◦ blue 195

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

Shades of Medium Orchid #AC58C3

Tints of Medium Orchid #AC58C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.86%

R = 37.8%
G = 19.34%
B = 42.86%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AC58C3 (or 0xAC58C3) is known color: Medium Orchid. HEX triplet: AC, 58 and C3. RGB value is (172,88,195). Sum of RGB (Red+Green+Blue) = 172+88+195=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 195 (76.56% from 255 or 42.86% from 455); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC58C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58C3 is #53A73C. Grayscale: #7C7C7C. Windows color (decimal): -5482301 or 12802220. OLE color: 12802220.

HSL color Cylindrical-coordinate representation of color #AC58C3: hue angle of 287.1º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC58C3 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 88 195 -
CMYK 0.12 0.55 0 0.24
HSL 287.1º 0.47% 0.55% -
HSV(B) 287.1º 0.55% 0.76% -
XYZ 30.35 19.69 53.83 -
YUV 125.31 167.33 161.3 -
System Red Green Blue C M Y K H S L
Decimal 172 88 195 0.12 0.55 0 0.24 287.1 0.47 0.55
Hex AC 58 C3 C 37 0 18 11F 2F 37
Octal 254 130 303 14 67 0 30 437 57 67
Binary 10101100 1011000 11000011 1100 110111 0 11000 100011111 101111 110111

Color Harmonies of #AC58C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58C3

Black with #AC58C3

Text Example


Text Example

White with #AC58C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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