#AB9CDA

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

Shades of Biloba Flower #AB9CDA

Tints of Biloba Flower #AB9CDA

Color information

#AB9CDA (or 0xAB9CDA) is unknown color: approx Biloba Flower. HEX triplet: AB, 9C and DA. RGB value is (171,156,218). Sum of RGB (Red+Green+Blue) = 171+156+218=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDA is #546325. Grayscale: #A7A7A7. Windows color (decimal): -5530406 or 14326955. OLE color: 14326955.

HSL color Cylindrical-coordinate representation of color #AB9CDA: hue angle of 254.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9CDA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171156218-
CMYK0.220.2800.15
HSL254.52º45.59%73.33%-
HSV(B)254.52º28.44%85.49%-
XYZ41.3437.571.39-
YUV167.55156.47130.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 218 (85.55% from 255) = 40%
R=31.38%
G=28.62%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711562180.220.2800.15254.5245.5973.33
HexAB9CDA161C0Fff2e49
Octal253234332263401737756111
Binary101010111001110011011010101101110001111111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9CDA; }

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

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

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

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

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

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

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

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