#AB9CE4

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

Shades of Biloba Flower #AB9CE4

Tints of Biloba Flower #AB9CE4

Color information

#AB9CE4 (or 0xAB9CE4) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and E4. RGB value is (171,156,228). Sum of RGB (Red+Green+Blue) = 171+156+228=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #AB9CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CE4 is #54631B. Grayscale: #A8A8A8. Windows color (decimal): -5530396 or 14982315. OLE color: 14982315.

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

Color convert

RGB171156228-
CMYK0.250.3200.11
HSL252.5º57.14%75.29%-
HSV(B)252.5º31.58%89.41%-
XYZ42.6938.0478.49-
YUV168.69161.47129.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.81%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 228 (89.45% from 255) = 41.08%
R=30.81%
G=28.11%
B=41.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711562280.250.3200.11252.557.1475.29
HexAB9CE419200Bfc394b
Octal253234344314001337471113
Binary1010101110011100111001001100110000001011111111001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CE4; }

 p { color: rgb(171,156,228); }

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

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

 a { background-color: rgb(171,156,228); }

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

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

 span { border-color: rgb(171,156,228); }

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