Html Css Color HEX #AB8DD1 Biloba Flower

📋 copy color: '#AB8DD1'

red 171 ◦ green 141 ◦ blue 209

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

Shades of Biloba Flower #AB8DD1

Tints of Biloba Flower #AB8DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.12%

R = 32.82%
G = 27.06%
B = 40.12%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB8DD1 (or 0xAB8DD1) is known color: Biloba Flower. HEX triplet: AB, 8D and D1. RGB value is (171,141,209). Sum of RGB (Red+Green+Blue) = 171+141+209=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB8DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DD1 is #54722E. Grayscale: #9D9D9D. Windows color (decimal): -5534255 or 13733291. OLE color: 13733291.

HSL color Cylindrical-coordinate representation of color #AB8DD1: hue angle of 266.47º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8DD1 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 141 209 -
CMYK 0.18 0.33 0 0.18
HSL 266.47º 0.43% 0.69% -
HSV(B) 266.47º 0.33% 0.82% -
XYZ 37.83 32.31 64.56 -
YUV 157.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 171 141 209 0.18 0.33 0 0.18 266.47 0.43 0.69
Hex AB 8D D1 12 21 0 12 10A 2A 45
Octal 253 215 321 22 41 0 22 412 52 105
Binary 10101011 10001101 11010001 10010 100001 0 10010 100001010 101010 1000101

Color Harmonies of #AB8DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DD1

Black with #AB8DD1

Text Example


Text Example

White with #AB8DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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