#AB92F3

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

Shades of Biloba Flower #AB92F3

Tints of Biloba Flower #AB92F3

Color information

#AB92F3 (or 0xAB92F3) is unknown color: approx Biloba Flower. HEX triplet: AB, 92 and F3. RGB value is (171,146,243). Sum of RGB (Red+Green+Blue) = 171+146+243=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #AB92F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB92F3 is #546D0C. Grayscale: #A4A4A4. Windows color (decimal): -5532941 or 15962795. OLE color: 15962795.

HSL color Cylindrical-coordinate representation of color #AB92F3: hue angle of 255.46º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB92F3 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171146243-
CMYK0.300.4000.05
HSL255.46º80.17%76.27%-
HSV(B)255.46º39.92%95.29%-
XYZ43.2535.6989.4-
YUV164.53172.28132.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.54%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 243 (95.31% from 255) = 43.39%
R=30.54%
G=26.07%
B=43.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711462430.300.4000.05255.4680.1776.27
HexAB92F31E2805ff504c
Octal253222363365005377120114
Binary1010101110010010111100111111010100001011111111110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92F3; }

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

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

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

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

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

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

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

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