#AB8BFF

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

Shades of Biloba Flower #AB8BFF

Tints of Biloba Flower #AB8BFF

Color information

#AB8BFF (or 0xAB8BFF) is unknown color: approx Biloba Flower. HEX triplet: AB, 8B and FF. RGB value is (171,139,255). Sum of RGB (Red+Green+Blue) = 171+139+255=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFF is #547400. Grayscale: #A1A1A1. Windows color (decimal): -5534721 or 16747435. OLE color: 16747435.

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

Color convert

RGB171139255-
CMYK0.330.4500
HSL256.55º100%77.25%-
HSV(B)256.55º45.49%100%-
XYZ44.0834.3498.91-
YUV161.79180.6134.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.27%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 255 (100% from 255) = 45.13%
R=30.27%
G=24.60%
B=45.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1711392550.330.4500256.5510077.25
HexAB8BFF212D00101644d
Octal253213377415500401144115
Binary1010101110001011111111111000011011010010000000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8BFF; }

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

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

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

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

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

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

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

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