Html Css Color HEX #AB91FA Biloba Flower

📋 copy color: '#AB91FA'

red 171 ◦ green 145 ◦ blue 250

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

Shades of Biloba Flower #AB91FA

Tints of Biloba Flower #AB91FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 30.21%
G = 25.62%
B = 44.17%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB91FA (or 0xAB91FA) is known color: Biloba Flower. HEX triplet: AB, 91 and FA. RGB value is (171,145,250). Sum of RGB (Red+Green+Blue) = 171+145+250=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91FA is #546E05. Grayscale: #A4A4A4. Windows color (decimal): -5533190 or 16421291. OLE color: 16421291.

HSL color Cylindrical-coordinate representation of color #AB91FA: hue angle of 254.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB91FA is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 145 250 -
CMYK 0.32 0.42 0 0.02
HSL 254.86º 0.91% 0.77% -
HSV(B) 254.86º 0.42% 0.98% -
XYZ 44.18 35.81 95.03 -
YUV 164.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 171 145 250 0.32 0.42 0 0.02 254.86 0.91 0.77
Hex AB 91 FA 20 2A 0 2 FF 5B 4D
Octal 253 221 372 40 52 0 2 377 133 115
Binary 10101011 10010001 11111010 100000 101010 0 10 11111111 1011011 1001101

Color Harmonies of #AB91FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91FA

Black with #AB91FA

Text Example


Text Example

White with #AB91FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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