#AB94FF

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

Shades of Biloba Flower #AB94FF

Tints of Biloba Flower #AB94FF

Color information

#AB94FF (or 0xAB94FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and FF. RGB value is (171,148,255). Sum of RGB (Red+Green+Blue) = 171+148+255=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB94FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB94FF is #546B00. Grayscale: #A6A6A6. Windows color (decimal): -5532417 or 16749739. OLE color: 16749739.

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

Color convert

RGB171148255-
CMYK0.330.4200
HSL252.9º100%79.02%-
HSV(B)252.9º41.96%100%-
XYZ45.4337.0699.37-
YUV167.08177.62130.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 255 (100% from 255) = 44.43%
R=29.79%
G=25.78%
B=44.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711482550.330.4200252.910079.02
HexAB94FF212A00fd644f
Octal253224377415200375144117
Binary101010111001010011111111100001101010001111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94FF; }

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

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

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

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

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

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

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

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