#AB9DEA

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

Shades of Biloba Flower #AB9DEA

Tints of Biloba Flower #AB9DEA

Color information

#AB9DEA (or 0xAB9DEA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9D and EA. RGB value is (171,157,234). Sum of RGB (Red+Green+Blue) = 171+157+234=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB9DEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9DEA is #546215. Grayscale: #A9A9A9. Windows color (decimal): -5530134 or 15375787. OLE color: 15375787.

HSL color Cylindrical-coordinate representation of color #AB9DEA: hue angle of 250.91º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9DEA is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB171157234-
CMYK0.270.3300.08
HSL250.91º64.71%76.67%-
HSV(B)250.91º32.91%91.76%-
XYZ43.738.7183.01-
YUV169.96164.14128.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.43%
GREEN value IS 157 (61.72% from 255) = 27.94%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=30.43%
G=27.94%
B=41.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1711572340.270.3300.08250.9164.7176.67
HexAB9DEA1B2108fb414d
Octal2532353523341010373101115
Binary10101011100111011110101011011100001010001111101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DEA; }

 p { color: rgb(171,157,234); }

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

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

 a { background-color: rgb(171,157,234); }

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

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

 span { border-color: rgb(171,157,234); }

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