#AB94E3

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

Shades of Biloba Flower #AB94E3

Tints of Biloba Flower #AB94E3

Color information

#AB94E3 (or 0xAB94E3) is unknown color: approx Biloba Flower. HEX triplet: AB, 94 and E3. RGB value is (171,148,227). Sum of RGB (Red+Green+Blue) = 171+148+227=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB94E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94E3 is #546B1C. Grayscale: #A3A3A3. Windows color (decimal): -5532445 or 14914731. OLE color: 14914731.

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

Color convert

RGB171148227-
CMYK0.250.3500.11
HSL257.47º58.52%73.53%-
HSV(B)257.47º34.8%89.02%-
XYZ41.2535.3877.33-
YUV163.88163.62133.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=31.32%
G=27.11%
B=41.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711482270.250.3500.11257.4758.5273.53
HexAB94E319230B1013b4a
Octal253224343314301340173112
Binary10101011100101001110001111001100011010111000000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94E3; }

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

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

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

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

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

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

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

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