#AB93FF

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

Shades of Biloba Flower #AB93FF

Tints of Biloba Flower #AB93FF

Color information

#AB93FF (or 0xAB93FF) is unknown color: approx Biloba Flower. HEX triplet: AB, 93 and FF. RGB value is (171,147,255). Sum of RGB (Red+Green+Blue) = 171+147+255=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB93FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB93FF is #546C00. Grayscale: #A6A6A6. Windows color (decimal): -5532673 or 16749483. OLE color: 16749483.

HSL color Cylindrical-coordinate representation of color #AB93FF: hue angle of 253.33º 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 #AB93FF is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171147255-
CMYK0.330.4200
HSL253.33º100%78.82%-
HSV(B)253.33º42.35%100%-
XYZ45.2836.7599.31-
YUV166.49177.95131.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 255 (100% from 255) = 44.50%
R=29.84%
G=25.65%
B=44.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711472550.330.4200253.3310078.82
HexAB93FF212A00fd644f
Octal253223377415200375144117
Binary101010111001001111111111100001101010001111110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93FF; }

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

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

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

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

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

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

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

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