#AB4BC2

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

Shades of Medium Orchid #AB4BC2

Tints of Medium Orchid #AB4BC2

Color information

#AB4BC2 (or 0xAB4BC2) is unknown color: approx Medium Orchid. HEX triplet: AB, 4B and C2. RGB value is (171,75,194). Sum of RGB (Red+Green+Blue) = 171+75+194=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB4BC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BC2 is #54B43D. Grayscale: #747474. Windows color (decimal): -5551166 or 12733355. OLE color: 12733355.

HSL color Cylindrical-coordinate representation of color #AB4BC2: hue angle of 288.4º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4BC2 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17175194-
CMYK0.120.6100.24
HSL288.4º49.38%52.75%-
HSV(B)288.4º61.34%76.08%-
XYZ29.0517.5952.9-
YUV117.27171.3166.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 75 (29.69% from 255) = 17.05%
BLUE value IS 194 (76.17% from 255) = 44.09%
R=38.86%
G=17.05%
B=44.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171751940.120.6100.24288.449.3852.75
HexAB4BC2C3D0181203135
Octal25311330214750304406165
Binary101010111001011110000101100111101011000100100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4BC2; }

 p { color: rgb(171,75,194); }

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

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

 a { background-color: rgb(171,75,194); }

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

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

 span { border-color: rgb(171,75,194); }

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