Html Css Color HEX #AB8DFB Biloba Flower

📋 copy color: '#AB8DFB'

red 171 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #AB8DFB

Tints of Biloba Flower #AB8DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 30.37%
G = 25.04%
B = 44.58%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB8DFB (or 0xAB8DFB) is known color: Biloba Flower. HEX triplet: AB, 8D and FB. RGB value is (171,141,251). Sum of RGB (Red+Green+Blue) = 171+141+251=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB8DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFB is #547204. Grayscale: #A2A2A2. Windows color (decimal): -5534213 or 16485803. OLE color: 16485803.

HSL color Cylindrical-coordinate representation of color #AB8DFB: hue angle of 256.36º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8DFB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 141 251 -
CMYK 0.32 0.44 0 0.02
HSL 256.36º 0.93% 0.77% -
HSV(B) 256.36º 0.44% 0.98% -
XYZ 43.73 34.67 95.65 -
YUV 162.51 177.94 134.06 -
System Red Green Blue C M Y K H S L
Decimal 171 141 251 0.32 0.44 0 0.02 256.36 0.93 0.77
Hex AB 8D FB 20 2C 0 2 100 5D 4D
Octal 253 215 373 40 54 0 2 400 135 115
Binary 10101011 10001101 11111011 100000 101100 0 10 100000000 1011101 1001101

Color Harmonies of #AB8DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DFB

Black with #AB8DFB

Text Example


Text Example

White with #AB8DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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