Html Css Color HEX #AC58C9 Medium Orchid

📋 copy color: '#AC58C9'

red 172 ◦ green 88 ◦ blue 201

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

Shades of Medium Orchid #AC58C9

Tints of Medium Orchid #AC58C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 43.6%

R = 37.31%
G = 19.09%
B = 43.6%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC58C9 (or 0xAC58C9) is known color: Medium Orchid. HEX triplet: AC, 58 and C9. RGB value is (172,88,201). Sum of RGB (Red+Green+Blue) = 172+88+201=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 88 (34.77% from 255 or 19.09% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC58C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58C9 is #53A736. Grayscale: #7D7D7D. Windows color (decimal): -5482295 or 13195436. OLE color: 13195436.

HSL color Cylindrical-coordinate representation of color #AC58C9: hue angle of 284.6º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC58C9 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 88 201 -
CMYK 0.14 0.56 0 0.21
HSL 284.6º 0.51% 0.57% -
HSV(B) 284.6º 0.56% 0.79% -
XYZ 31.05 19.97 57.48 -
YUV 126 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 172 88 201 0.14 0.56 0 0.21 284.6 0.51 0.57
Hex AC 58 C9 E 38 0 15 11D 33 39
Octal 254 130 311 16 70 0 25 435 63 71
Binary 10101100 1011000 11001001 1110 111000 0 10101 100011101 110011 111001

Color Harmonies of #AC58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58C9

Black with #AC58C9

Text Example


Text Example

White with #AC58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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