Html Css Color HEX #AB9EF1 Biloba Flower

📋 copy color: '#AB9EF1'

red 171 ◦ green 158 ◦ blue 241

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

Shades of Biloba Flower #AB9EF1

Tints of Biloba Flower #AB9EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.72%

 BLUE value IS 241 (94.53% from 255) = 42.28%

R = 30%
G = 27.72%
B = 42.28%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB9EF1 (or 0xAB9EF1) is known color: Biloba Flower. HEX triplet: AB, 9E and F1. RGB value is (171,158,241). Sum of RGB (Red+Green+Blue) = 171+158+241=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB9EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9EF1 is #54610E. Grayscale: #ABABAB. Windows color (decimal): -5529871 or 15834795. OLE color: 15834795.

HSL color Cylindrical-coordinate representation of color #AB9EF1: hue angle of 249.4º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9EF1 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 158 241 -
CMYK 0.29 0.34 0 0.05
HSL 249.4º 0.75% 0.78% -
HSV(B) 249.4º 0.34% 0.95% -
XYZ 44.9 39.46 88.47 -
YUV 171.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 171 158 241 0.29 0.34 0 0.05 249.4 0.75 0.78
Hex AB 9E F1 1D 22 0 5 F9 4B 4E
Octal 253 236 361 35 42 0 5 371 113 116
Binary 10101011 10011110 11110001 11101 100010 0 101 11111001 1001011 1001110

Color Harmonies of #AB9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9EF1

Black with #AB9EF1

Text Example


Text Example

White with #AB9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9EF1; }

 p { color: rgb(171,158,241); }

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

background-color css

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

 a { background-color: rgb(171,158,241); }

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

border-color css

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

 span { border-color: rgb(171,158,241); }

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