Html Css Color HEX #AB9FDF Biloba Flower

📋 copy color: '#AB9FDF'

red 171 ◦ green 159 ◦ blue 223

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

Shades of Biloba Flower #AB9FDF

Tints of Biloba Flower #AB9FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.75%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 30.92%
G = 28.75%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9FDF (or 0xAB9FDF) is known color: Biloba Flower. HEX triplet: AB, 9F and DF. RGB value is (171,159,223). Sum of RGB (Red+Green+Blue) = 171+159+223=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB9FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FDF is #546020. Grayscale: #A9A9A9. Windows color (decimal): -5529633 or 14655403. OLE color: 14655403.

HSL color Cylindrical-coordinate representation of color #AB9FDF: hue angle of 251.25º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9FDF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 159 223 -
CMYK 0.23 0.29 0 0.13
HSL 251.25º 0.5% 0.75% -
HSV(B) 251.25º 0.29% 0.87% -
XYZ 42.51 38.78 75.06 -
YUV 169.88 157.98 128.8 -
System Red Green Blue C M Y K H S L
Decimal 171 159 223 0.23 0.29 0 0.13 251.25 0.5 0.75
Hex AB 9F DF 17 1D 0 D FB 32 4B
Octal 253 237 337 27 35 0 15 373 62 113
Binary 10101011 10011111 11011111 10111 11101 0 1101 11111011 110010 1001011

Color Harmonies of #AB9FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FDF

Black with #AB9FDF

Text Example


Text Example

White with #AB9FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FDF; }

 p { color: rgb(171,159,223); }

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

background-color css

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

 a { background-color: rgb(171,159,223); }

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

border-color css

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

 span { border-color: rgb(171,159,223); }

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