Html Css Color HEX #AB9FDC Biloba Flower

📋 copy color: '#AB9FDC'

red 171 ◦ green 159 ◦ blue 220

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

Shades of Biloba Flower #AB9FDC

Tints of Biloba Flower #AB9FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 31.09%
G = 28.91%
B = 40%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB9FDC (or 0xAB9FDC) is known color: Biloba Flower. HEX triplet: AB, 9F and DC. RGB value is (171,159,220). Sum of RGB (Red+Green+Blue) = 171+159+220=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9FDC is #546023. Grayscale: #A9A9A9. Windows color (decimal): -5529636 or 14458795. OLE color: 14458795.

HSL color Cylindrical-coordinate representation of color #AB9FDC: hue angle of 251.8º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9FDC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 159 220 -
CMYK 0.22 0.28 0 0.14
HSL 251.8º 0.47% 0.74% -
HSV(B) 251.8º 0.28% 0.86% -
XYZ 42.11 38.62 72.95 -
YUV 169.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 171 159 220 0.22 0.28 0 0.14 251.8 0.47 0.74
Hex AB 9F DC 16 1C 0 E FC 2F 4A
Octal 253 237 334 26 34 0 16 374 57 112
Binary 10101011 10011111 11011100 10110 11100 0 1110 11111100 101111 1001010

Color Harmonies of #AB9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9FDC

Black with #AB9FDC

Text Example


Text Example

White with #AB9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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