#AB9AEE

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

Shades of Biloba Flower #AB9AEE

Tints of Biloba Flower #AB9AEE

Color information

#AB9AEE (or 0xAB9AEE) is unknown color: approx Biloba Flower. HEX triplet: AB, 9A and EE. RGB value is (171,154,238). Sum of RGB (Red+Green+Blue) = 171+154+238=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB9AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AEE is #546511. Grayscale: #A8A8A8. Windows color (decimal): -5530898 or 15637163. OLE color: 15637163.

HSL color Cylindrical-coordinate representation of color #AB9AEE: hue angle of 252.14º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB9AEE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171154238-
CMYK0.280.3500.07
HSL252.14º71.19%76.86%-
HSV(B)252.14º35.29%93.33%-
XYZ43.7837.9485.9-
YUV168.66167.13129.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 154 (60.55% from 255) = 27.35%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=30.37%
G=27.35%
B=42.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711542380.280.3500.07252.1471.1976.86
HexAB9AEE1C2307fc474d
Octal253232356344307374107115
Binary1010101110011010111011101110010001101111111110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AEE; }

 p { color: rgb(171,154,238); }

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

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

 a { background-color: rgb(171,154,238); }

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

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

 span { border-color: rgb(171,154,238); }

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