Html Css Color HEX #AC58CF Medium Orchid

📋 copy color: '#AC58CF'

red 172 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #AC58CF

Tints of Medium Orchid #AC58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 36.83%
G = 18.84%
B = 44.33%

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

#AC58CF (or 0xAC58CF) is known color: Medium Orchid. HEX triplet: AC, 58 and CF. RGB value is (172,88,207). Sum of RGB (Red+Green+Blue) = 172+88+207=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 88 (34.77% from 255 or 18.84% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC58CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC58CF is #53A730. Grayscale: #7E7E7E. Windows color (decimal): -5482289 or 13588652. OLE color: 13588652.

HSL color Cylindrical-coordinate representation of color #AC58CF: hue angle of 282.35º 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 #AC58CF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 88 207 -
CMYK 0.17 0.57 0 0.19
HSL 282.35º 0.55% 0.58% -
HSV(B) 282.35º 0.57% 0.81% -
XYZ 31.77 20.26 61.27 -
YUV 126.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 172 88 207 0.17 0.57 0 0.19 282.35 0.55 0.58
Hex AC 58 CF 11 39 0 13 11A 37 3A
Octal 254 130 317 21 71 0 23 432 67 72
Binary 10101100 1011000 11001111 10001 111001 0 10011 100011010 110111 111010

Color Harmonies of #AC58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58CF

Black with #AC58CF

Text Example


Text Example

White with #AC58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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