Html Css Color HEX #AB8BFC Biloba Flower

📋 copy color: '#AB8BFC'

red 171 ◦ green 139 ◦ blue 252

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

Shades of Biloba Flower #AB8BFC

Tints of Biloba Flower #AB8BFC

RGB

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

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

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

R = 30.43%
G = 24.73%
B = 44.84%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB8BFC (or 0xAB8BFC) is known color: Biloba Flower. HEX triplet: AB, 8B and FC. RGB value is (171,139,252). Sum of RGB (Red+Green+Blue) = 171+139+252=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB8BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFC is #547403. Grayscale: #A1A1A1. Windows color (decimal): -5534724 or 16550827. OLE color: 16550827.

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

Color convert

RGB 171 139 252 -
CMYK 0.32 0.45 0 0.01
HSL 256.99º 0.95% 0.77% -
HSV(B) 256.99º 0.45% 0.99% -
XYZ 43.6 34.15 96.39 -
YUV 161.45 179.1 134.81 -
System Red Green Blue C M Y K H S L
Decimal 171 139 252 0.32 0.45 0 0.01 256.99 0.95 0.77
Hex AB 8B FC 20 2D 0 1 101 5F 4D
Octal 253 213 374 40 55 0 1 401 137 115
Binary 10101011 10001011 11111100 100000 101101 0 1 100000001 1011111 1001101

Color Harmonies of #AB8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BFC

Black with #AB8BFC

Text Example


Text Example

White with #AB8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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