Html Css Color HEX #AB91FF Biloba Flower

📋 copy color: '#AB91FF'

red 171 ◦ green 145 ◦ blue 255

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

Shades of Biloba Flower #AB91FF

Tints of Biloba Flower #AB91FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 29.95%
G = 25.39%
B = 44.66%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB91FF (or 0xAB91FF) is known color: Biloba Flower. HEX triplet: AB, 91 and FF. RGB value is (171,145,255). Sum of RGB (Red+Green+Blue) = 171+145+255=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB91FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91FF is #546E00. Grayscale: #A4A4A4. Windows color (decimal): -5533185 or 16748971. OLE color: 16748971.

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

Color convert

RGB 171 145 255 -
CMYK 0.33 0.43 0 0
HSL 254.18º 1% 0.78% -
HSV(B) 254.18º 0.43% 1% -
XYZ 44.97 36.13 99.21 -
YUV 165.31 178.61 132.06 -
System Red Green Blue C M Y K H S L
Decimal 171 145 255 0.33 0.43 0 0 254.18 1 0.78
Hex AB 91 FF 21 2B 0 0 FE 64 4E
Octal 253 221 377 41 53 0 0 376 144 116
Binary 10101011 10010001 11111111 100001 101011 0 0 11111110 1100100 1001110

Color Harmonies of #AB91FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91FF

Black with #AB91FF

Text Example


Text Example

White with #AB91FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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