#AB94E5

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

Shades of Biloba Flower #AB94E5

Tints of Biloba Flower #AB94E5

Color information

#AB94E5 (or 0xAB94E5) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and E5. RGB value is (171,148,229). Sum of RGB (Red+Green+Blue) = 171+148+229=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB94E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94E5 is #546B1A. Grayscale: #A3A3A3. Windows color (decimal): -5532443 or 15045803. OLE color: 15045803.

HSL color Cylindrical-coordinate representation of color #AB94E5: hue angle of 257.04º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB94E5 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB171148229-
CMYK0.250.3500.10
HSL257.04º60.9%73.92%-
HSV(B)257.04º35.37%89.8%-
XYZ41.5335.4978.79-
YUV164.11164.62132.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 148 (58.20% from 255) = 27.01%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=31.20%
G=27.01%
B=41.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1711482290.250.3500.10257.0460.973.92
HexAB94E519230A1013d4a
Octal253224345314301240175112
Binary10101011100101001110010111001100011010101000000011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94E5; }

 p { color: rgb(171,148,229); }

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

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

 a { background-color: rgb(171,148,229); }

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

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

 span { border-color: rgb(171,148,229); }

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