Html Css Color HEX #AC59FA Medium Orchid

📋 copy color: '#AC59FA'

red 172 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #AC59FA

Tints of Medium Orchid #AC59FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.42%

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 33.66%
G = 17.42%
B = 48.92%

CMYK

 C value IS 0.31

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC59FA (or 0xAC59FA) is known color: Medium Orchid. HEX triplet: AC, 59 and FA. RGB value is (172,89,250). Sum of RGB (Red+Green+Blue) = 172+89+250=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 89 (35.16% from 255 or 17.42% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #AC59FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59FA is #53A605. Grayscale: #838383. Windows color (decimal): -5481990 or 16406956. OLE color: 16406956.

HSL color Cylindrical-coordinate representation of color #AC59FA: hue angle of 270.93º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC59FA is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 89 250 -
CMYK 0.31 0.64 0 0.02
HSL 270.93º 0.94% 0.66% -
HSV(B) 270.93º 0.64% 0.98% -
XYZ 37.84 22.82 92.85 -
YUV 132.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 172 89 250 0.31 0.64 0 0.02 270.93 0.94 0.66
Hex AC 59 FA 1F 40 0 2 10F 5E 42
Octal 254 131 372 37 100 0 2 417 136 102
Binary 10101100 1011001 11111010 11111 1000000 0 10 100001111 1011110 1000010

Color Harmonies of #AC59FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC59FA

Black with #AC59FA

Text Example


Text Example

White with #AC59FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC59FA; }

 p { color: rgb(172,89,250); }

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

background-color css

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

 a { background-color: rgb(172,89,250); }

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

border-color css

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

 span { border-color: rgb(172,89,250); }

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