Html Css Color HEX #AB91F1 Biloba Flower

📋 copy color: '#AB91F1'

red 171 ◦ green 145 ◦ blue 241

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

Shades of Biloba Flower #AB91F1

Tints of Biloba Flower #AB91F1

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.03%

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

R = 30.7%
G = 26.03%
B = 43.27%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB91F1 (or 0xAB91F1) is known color: Biloba Flower. HEX triplet: AB, 91 and F1. RGB value is (171,145,241). Sum of RGB (Red+Green+Blue) = 171+145+241=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #AB91F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91F1 is #546E0E. Grayscale: #A3A3A3. Windows color (decimal): -5533199 or 15831467. OLE color: 15831467.

HSL color Cylindrical-coordinate representation of color #AB91F1: hue angle of 256.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB91F1 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 145 241 -
CMYK 0.29 0.40 0 0.05
HSL 256.25º 0.77% 0.76% -
HSV(B) 256.25º 0.4% 0.95% -
XYZ 42.8 35.26 87.77 -
YUV 163.72 171.61 133.19 -
System Red Green Blue C M Y K H S L
Decimal 171 145 241 0.29 0.40 0 0.05 256.25 0.77 0.76
Hex AB 91 F1 1D 28 0 5 100 4D 4C
Octal 253 221 361 35 50 0 5 400 115 114
Binary 10101011 10010001 11110001 11101 101000 0 101 100000000 1001101 1001100

Color Harmonies of #AB91F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91F1

Black with #AB91F1

Text Example


Text Example

White with #AB91F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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