Html Css Color HEX #AB8BF9 Biloba Flower

📋 copy color: '#AB8BF9'

red 171 ◦ green 139 ◦ blue 249

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

Shades of Biloba Flower #AB8BF9

Tints of Biloba Flower #AB8BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 30.59%
G = 24.87%
B = 44.54%

CMYK

 C value IS 0.31

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB8BF9 (or 0xAB8BF9) is known color: Biloba Flower. HEX triplet: AB, 8B and F9. RGB value is (171,139,249). Sum of RGB (Red+Green+Blue) = 171+139+249=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #AB8BF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BF9 is #547406. Grayscale: #A0A0A0. Windows color (decimal): -5534727 or 16354219. OLE color: 16354219.

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

Color convert

RGB 171 139 249 -
CMYK 0.31 0.44 0 0.02
HSL 257.45º 0.9% 0.76% -
HSV(B) 257.45º 0.44% 0.98% -
XYZ 43.13 33.96 93.91 -
YUV 161.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 171 139 249 0.31 0.44 0 0.02 257.45 0.9 0.76
Hex AB 8B F9 1F 2C 0 2 101 5A 4C
Octal 253 213 371 37 54 0 2 401 132 114
Binary 10101011 10001011 11111001 11111 101100 0 10 100000001 1011010 1001100

Color Harmonies of #AB8BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BF9

Black with #AB8BF9

Text Example


Text Example

White with #AB8BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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