Html Css Color HEX #AB8DD9 Biloba Flower

📋 copy color: '#AB8DD9'

red 171 ◦ green 141 ◦ blue 217

#AB8DD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #AB8DD9

Tints of Biloba Flower #AB8DD9

RGB

 RED value IS 171 (67.19% from 255) = 32.33%

 GREEN value IS 141 (55.47% from 255) = 26.65%

 BLUE value IS 217 (85.16% from 255) = 41.02%

R = 32.33%
G = 26.65%
B = 41.02%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB8DD9 (or 0xAB8DD9) is known color: Biloba Flower. HEX triplet: AB, 8D and D9. RGB value is (171,141,217). Sum of RGB (Red+Green+Blue) = 171+141+217=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB8DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD9 is #547226. Grayscale: #9E9E9E. Windows color (decimal): -5534247 or 14257579. OLE color: 14257579.

HSL color Cylindrical-coordinate representation of color #AB8DD9: hue angle of 263.68º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB8DD9 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 141 217 -
CMYK 0.21 0.35 0 0.15
HSL 263.68º 0.5% 0.7% -
HSV(B) 263.68º 0.35% 0.85% -
XYZ 38.84 32.72 69.91 -
YUV 158.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 171 141 217 0.21 0.35 0 0.15 263.68 0.5 0.7
Hex AB 8D D9 15 23 0 F 108 32 46
Octal 253 215 331 25 43 0 17 410 62 106
Binary 10101011 10001101 11011001 10101 100011 0 1111 100001000 110010 1000110

Color Harmonies of #AB8DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DD9

Black with #AB8DD9

Text Example


Text Example

White with #AB8DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DD9; }

 p { color: rgb(171,141,217); }

 H1.HeaderClassName
 {
   color: #AB8DD9;
 }
 .AnyTagClassName
 {
   color: #AB8DD9;
 }
</style>

background-color css

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

 a { background-color: rgb(171,141,217); }

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

border-color css

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

 span { border-color: rgb(171,141,217); }

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