#AB94FB

Color #AB94FB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB94FB

Tints of Biloba Flower #AB94FB

Color information

#AB94FB (or 0xAB94FB) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and FB. RGB value is (171,148,251). Sum of RGB (Red+Green+Blue) = 171+148+251=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB94FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94FB is #546B04. Grayscale: #A6A6A6. Windows color (decimal): -5532421 or 16487595. OLE color: 16487595.

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

Color convert

RGB171148251-
CMYK0.320.4100.02
HSL253.4º92.79%78.24%-
HSV(B)253.4º41.04%98.43%-
XYZ44.836.896.01-
YUV166.62175.62131.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 148 (58.20% from 255) = 25.96%
BLUE value IS 251 (98.44% from 255) = 44.04%
R=30%
G=25.96%
B=44.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711482510.320.4100.02253.492.7978.24
HexAB94FB202902fd5d4e
Octal253224373405102375135116
Binary1010101110010100111110111000001010010101111110110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94FB; }

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

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

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

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

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

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

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

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