Html Css Color HEX #AC58FC Medium Orchid

📋 copy color: '#AC58FC'

red 172 ◦ green 88 ◦ blue 252

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

Shades of Medium Orchid #AC58FC

Tints of Medium Orchid #AC58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 33.59%
G = 17.19%
B = 49.22%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AC58FC (or 0xAC58FC) is known color: Medium Orchid. HEX triplet: AC, 58 and FC. RGB value is (172,88,252). Sum of RGB (Red+Green+Blue) = 172+88+252=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC58FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC58FC is #53A703. Grayscale: #838383. Windows color (decimal): -5482244 or 16537772. OLE color: 16537772.

HSL color Cylindrical-coordinate representation of color #AC58FC: hue angle of 270.73º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC58FC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 88 252 -
CMYK 0.32 0.65 0 0.01
HSL 270.73º 0.96% 0.67% -
HSV(B) 270.73º 0.65% 0.99% -
XYZ 38.07 22.78 94.49 -
YUV 131.81 195.83 156.66 -
System Red Green Blue C M Y K H S L
Decimal 172 88 252 0.32 0.65 0 0.01 270.73 0.96 0.67
Hex AC 58 FC 20 41 0 1 10F 60 43
Octal 254 130 374 40 101 0 1 417 140 103
Binary 10101100 1011000 11111100 100000 1000001 0 1 100001111 1100000 1000011

Color Harmonies of #AC58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC58FC

Black with #AC58FC

Text Example


Text Example

White with #AC58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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