#ac50cf

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

Shades of Medium Orchid #AC50CF

Tints of Medium Orchid #AC50CF

Color information

#AC50CF (or 0xAC50CF) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and CF. RGB value is (172,80,207). Sum of RGB (Red+Green+Blue) = 172+80+207=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50CF is #53AF30. Grayscale: #797979. Windows color (decimal): -5484337 or 13586604. OLE color: 13586604.

HSL color Cylindrical-coordinate representation of color #AC50CF: hue angle of 283.46º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC50CF is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17280207-
CMYK0.170.6100.19
HSL283.46º56.95%56.27%-
HSV(B)283.46º61.35%81.18%-
XYZ31.1419.0161.06-
YUV121.99175.98163.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.47%
GREEN value IS 80 (31.64% from 255) = 17.43%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=37.47%
G=17.43%
B=45.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172802070.170.6100.19283.4656.9556.27
HexAC50CF113D01311b3938
Octal25412031721750234337170
Binary1010110010100001100111110001111101010011100011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac50cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac50cf; }

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

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

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

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

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

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

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

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