#AC51F9

Color #AC51F9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AC51F9

Tints of Medium Orchid #AC51F9

Color information

#AC51F9 (or 0xAC51F9) is unknown color: approx Medium Orchid. HEX triplet: AC, 51 and F9. RGB value is (172,81,249). Sum of RGB (Red+Green+Blue) = 172+81+249=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 81 (32.03% from 255 or 16.14% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC51F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC51F9 is #53AE06. Grayscale: #7E7E7E. Windows color (decimal): -5484039 or 16339372. OLE color: 16339372.

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

Color convert

RGB17281249-
CMYK0.310.6700.02
HSL272.5º93.33%64.71%-
HSV(B)272.5º67.47%97.65%-
XYZ37.0521.591.82-
YUV127.36196.65159.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 81 (32.03% from 255) = 16.14%
BLUE value IS 249 (97.66% from 255) = 49.60%
R=34.26%
G=16.14%
B=49.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal172812490.310.6700.02272.593.3364.71
HexAC51F91F43021105d41
Octal2541213713710302420135101
Binary1010110010100011111100111111100001101010001000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC51F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC51F9; }

 p { color: rgb(172,81,249); }

 H1.HeaderClassName
 {
   color: #AC51F9;
 }
 .AnyTagClassName
 {
   color: #AC51F9;
 }
</style>
background-color css

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

 a { background-color: rgb(172,81,249); }

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

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

 span { border-color: rgb(172,81,249); }

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