#AB94FE

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

Shades of Biloba Flower #AB94FE

Tints of Biloba Flower #AB94FE

Color information

#AB94FE (or 0xAB94FE) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and FE. RGB value is (171,148,254). Sum of RGB (Red+Green+Blue) = 171+148+254=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB94FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94FE is #546B01. Grayscale: #A6A6A6. Windows color (decimal): -5532418 or 16684203. OLE color: 16684203.

HSL color Cylindrical-coordinate representation of color #AB94FE: hue angle of 253.02º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB94FE is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171148254-
CMYK0.330.4200.00
HSL253.02º98.15%78.82%-
HSV(B)253.02º41.73%99.61%-
XYZ45.2736.9998.52-
YUV166.96177.12130.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=29.84%
G=25.83%
B=44.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1711482540.330.4200.00253.0298.1578.82
HexAB94FE212A00fd624f
Octal253224376415200375142117
Binary101010111001010011111110100001101010001111110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94FE; }

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

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

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

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

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

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

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

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