Html Css Color HEX #AB91FE Biloba Flower

📋 copy color: '#AB91FE'

red 171 ◦ green 145 ◦ blue 254

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

Shades of Biloba Flower #AB91FE

Tints of Biloba Flower #AB91FE

RGB

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

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

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

R = 30%
G = 25.44%
B = 44.56%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB91FE (or 0xAB91FE) is known color: Biloba Flower. HEX triplet: AB, 91 and FE. RGB value is (171,145,254). Sum of RGB (Red+Green+Blue) = 171+145+254=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB91FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB91FE is #546E01. Grayscale: #A4A4A4. Windows color (decimal): -5533186 or 16683435. OLE color: 16683435.

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

Color convert

RGB 171 145 254 -
CMYK 0.33 0.43 0 0.00
HSL 254.31º 0.98% 0.78% -
HSV(B) 254.31º 0.43% 1% -
XYZ 44.81 36.06 98.37 -
YUV 165.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 171 145 254 0.33 0.43 0 0.00 254.31 0.98 0.78
Hex AB 91 FE 21 2B 0 0 FE 62 4E
Octal 253 221 376 41 53 0 0 376 142 116
Binary 10101011 10010001 11111110 100001 101011 0 0 11111110 1100010 1001110

Color Harmonies of #AB91FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91FE

Black with #AB91FE

Text Example


Text Example

White with #AB91FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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