Html Css Color HEX #AB8FD1 Biloba Flower

📋 copy color: '#AB8FD1'

red 171 ◦ green 143 ◦ blue 209

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

Shades of Biloba Flower #AB8FD1

Tints of Biloba Flower #AB8FD1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.34%

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

R = 32.7%
G = 27.34%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB8FD1 (or 0xAB8FD1) is known color: Biloba Flower. HEX triplet: AB, 8F and D1. RGB value is (171,143,209). Sum of RGB (Red+Green+Blue) = 171+143+209=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB8FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FD1 is #54702E. Grayscale: #9E9E9E. Windows color (decimal): -5533743 or 13733803. OLE color: 13733803.

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

Color convert

RGB 171 143 209 -
CMYK 0.18 0.32 0 0.18
HSL 265.45º 0.42% 0.69% -
HSV(B) 265.45º 0.32% 0.82% -
XYZ 38.13 32.91 64.66 -
YUV 158.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 171 143 209 0.18 0.32 0 0.18 265.45 0.42 0.69
Hex AB 8F D1 12 20 0 12 109 2A 45
Octal 253 217 321 22 40 0 22 411 52 105
Binary 10101011 10001111 11010001 10010 100000 0 10010 100001001 101010 1000101

Color Harmonies of #AB8FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FD1

Black with #AB8FD1

Text Example


Text Example

White with #AB8FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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