#AB92FA

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

Shades of Biloba Flower #AB92FA

Tints of Biloba Flower #AB92FA

Color information

#AB92FA (or 0xAB92FA) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and FA. RGB value is (171,146,250). Sum of RGB (Red+Green+Blue) = 171+146+250=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB92FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92FA is #546D05. Grayscale: #A4A4A4. Windows color (decimal): -5532934 or 16421547. OLE color: 16421547.

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

Color convert

RGB171146250-
CMYK0.320.4200.02
HSL254.42º91.23%77.65%-
HSV(B)254.42º41.6%98.04%-
XYZ44.3336.1295.08-
YUV165.33175.78132.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.16%
GREEN value IS 146 (57.42% from 255) = 25.75%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=30.16%
G=25.75%
B=44.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711462500.320.4200.02254.4291.2377.65
HexAB92FA202A02fe5b4e
Octal253222372405202376133116
Binary1010101110010010111110101000001010100101111111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92FA; }

 p { color: rgb(171,146,250); }

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

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

 a { background-color: rgb(171,146,250); }

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

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

 span { border-color: rgb(171,146,250); }

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