#AB4AFB

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

Shades of Medium Orchid #AB4AFB

Tints of Medium Orchid #AB4AFB

Color information

#AB4AFB (or 0xAB4AFB) is unknown color: approx Medium Orchid. HEX triplet: AB, 4A and FB. RGB value is (171,74,251). Sum of RGB (Red+Green+Blue) = 171+74+251=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AFB is #54B504. Grayscale: #7A7A7A. Windows color (decimal): -5551365 or 16468651. OLE color: 16468651.

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

Color convert

RGB17174251-
CMYK0.320.7100.02
HSL272.88º95.68%63.73%-
HSV(B)272.88º70.52%98.43%-
XYZ36.6620.5293.3-
YUV123.18200.14162.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 74 (29.30% from 255) = 14.92%
BLUE value IS 251 (98.44% from 255) = 50.60%
R=34.48%
G=14.92%
B=50.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal171742510.320.7100.02272.8895.6863.73
HexAB4AFB2047021116040
Octal2531123734010702421140100
Binary10101011100101011111011100000100011101010001000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4AFB; }

 p { color: rgb(171,74,251); }

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

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

 a { background-color: rgb(171,74,251); }

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

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

 span { border-color: rgb(171,74,251); }

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