#AB8CE3

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

Shades of Biloba Flower #AB8CE3

Tints of Biloba Flower #AB8CE3

Color information

#AB8CE3 (or 0xAB8CE3) is unknown color: approx Biloba Flower. HEX triplet: AB, 8C and E3. RGB value is (171,140,227). Sum of RGB (Red+Green+Blue) = 171+140+227=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #AB8CE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CE3 is #54731C. Grayscale: #9E9E9E. Windows color (decimal): -5534493 or 14912683. OLE color: 14912683.

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

Color convert

RGB171140227-
CMYK0.250.3800.11
HSL261.38º60.84%71.96%-
HSV(B)261.38º38.33%89.02%-
XYZ40.0432.9676.92-
YUV159.19166.27136.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 140 (55.08% from 255) = 26.02%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=31.78%
G=26.02%
B=42.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711402270.250.3800.11261.3860.8471.96
HexAB8CE319260B1053d48
Octal253214343314601340575110
Binary10101011100011001110001111001100110010111000001011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8CE3; }

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

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

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

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

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

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

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

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