Html Css Color HEX #AB8BFE Biloba Flower

📋 copy color: '#AB8BFE'

red 171 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #AB8BFE

Tints of Biloba Flower #AB8BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 30.32%
G = 24.65%
B = 45.04%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB8BFE (or 0xAB8BFE) is known color: Biloba Flower. HEX triplet: AB, 8B and FE. RGB value is (171,139,254). Sum of RGB (Red+Green+Blue) = 171+139+254=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8BFE is #547401. Grayscale: #A1A1A1. Windows color (decimal): -5534722 or 16681899. OLE color: 16681899.

HSL color Cylindrical-coordinate representation of color #AB8BFE: hue angle of 256.7º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8BFE is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 139 254 -
CMYK 0.33 0.45 0 0.00
HSL 256.7º 0.98% 0.77% -
HSV(B) 256.7º 0.45% 1% -
XYZ 43.92 34.28 98.07 -
YUV 161.68 180.1 134.65 -
System Red Green Blue C M Y K H S L
Decimal 171 139 254 0.33 0.45 0 0.00 256.7 0.98 0.77
Hex AB 8B FE 21 2D 0 0 101 62 4D
Octal 253 213 376 41 55 0 0 401 142 115
Binary 10101011 10001011 11111110 100001 101101 0 0 100000001 1100010 1001101

Color Harmonies of #AB8BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BFE

Black with #AB8BFE

Text Example


Text Example

White with #AB8BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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