Html Css Color HEX #AB8BFB Biloba Flower

📋 copy color: '#AB8BFB'

red 171 ◦ green 139 ◦ blue 251

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

Shades of Biloba Flower #AB8BFB

Tints of Biloba Flower #AB8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.78%

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

R = 30.48%
G = 24.78%
B = 44.74%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB8BFB (or 0xAB8BFB) is known color: Biloba Flower. HEX triplet: AB, 8B and FB. RGB value is (171,139,251). Sum of RGB (Red+Green+Blue) = 171+139+251=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB8BFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFB is #547404. Grayscale: #A0A0A0. Windows color (decimal): -5534725 or 16485291. OLE color: 16485291.

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

Color convert

RGB 171 139 251 -
CMYK 0.32 0.45 0 0.02
HSL 257.14º 0.93% 0.76% -
HSV(B) 257.14º 0.45% 0.98% -
XYZ 43.44 34.09 95.56 -
YUV 161.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 171 139 251 0.32 0.45 0 0.02 257.14 0.93 0.76
Hex AB 8B FB 20 2D 0 2 101 5D 4C
Octal 253 213 373 40 55 0 2 401 135 114
Binary 10101011 10001011 11111011 100000 101101 0 10 100000001 1011101 1001100

Color Harmonies of #AB8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BFB

Black with #AB8BFB

Text Example


Text Example

White with #AB8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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