Html Css Color HEX #AB9BFC Biloba Flower

📋 copy color: '#AB9BFC'

red 171 ◦ green 155 ◦ blue 252

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

Shades of Biloba Flower #AB9BFC

Tints of Biloba Flower #AB9BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.82%

 BLUE value IS 252 (98.83% from 255) = 43.6%

R = 29.58%
G = 26.82%
B = 43.6%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB9BFC (or 0xAB9BFC) is known color: Biloba Flower. HEX triplet: AB, 9B and FC. RGB value is (171,155,252). Sum of RGB (Red+Green+Blue) = 171+155+252=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB9BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BFC is #546403. Grayscale: #AAAAAA. Windows color (decimal): -5530628 or 16554923. OLE color: 16554923.

HSL color Cylindrical-coordinate representation of color #AB9BFC: hue angle of 249.9º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB9BFC is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 155 252 -
CMYK 0.32 0.38 0 0.01
HSL 249.9º 0.94% 0.8% -
HSV(B) 249.9º 0.38% 0.99% -
XYZ 46.09 39.13 97.22 -
YUV 170.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 171 155 252 0.32 0.38 0 0.01 249.9 0.94 0.8
Hex AB 9B FC 20 26 0 1 FA 5E 50
Octal 253 233 374 40 46 0 1 372 136 120
Binary 10101011 10011011 11111100 100000 100110 0 1 11111010 1011110 1010000

Color Harmonies of #AB9BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BFC

Black with #AB9BFC

Text Example


Text Example

White with #AB9BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BFC; }

 p { color: rgb(171,155,252); }

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

background-color css

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

 a { background-color: rgb(171,155,252); }

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

border-color css

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

 span { border-color: rgb(171,155,252); }

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