Html Css Color HEX #AC91FB Biloba Flower

📋 copy color: '#AC91FB'

red 172 ◦ green 145 ◦ blue 251

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

Shades of Biloba Flower #AC91FB

Tints of Biloba Flower #AC91FB

RGB

 RED value IS 172 (67.58% from 255) = 30.28%

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

 BLUE value IS 251 (98.44% from 255) = 44.19%

R = 30.28%
G = 25.53%
B = 44.19%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC91FB (or 0xAC91FB) is known color: Biloba Flower. HEX triplet: AC, 91 and FB. RGB value is (172,145,251). Sum of RGB (Red+Green+Blue) = 172+145+251=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC91FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91FB is #536E04. Grayscale: #A4A4A4. Windows color (decimal): -5467653 or 16486828. OLE color: 16486828.

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

Color convert

RGB 172 145 251 -
CMYK 0.31 0.42 0 0.02
HSL 255.28º 0.93% 0.78% -
HSV(B) 255.28º 0.42% 0.98% -
XYZ 44.55 35.99 95.86 -
YUV 165.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 172 145 251 0.31 0.42 0 0.02 255.28 0.93 0.78
Hex AC 91 FB 1F 2A 0 2 FF 5D 4E
Octal 254 221 373 37 52 0 2 377 135 116
Binary 10101100 10010001 11111011 11111 101010 0 10 11111111 1011101 1001110

Color Harmonies of #AC91FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91FB

Black with #AC91FB

Text Example


Text Example

White with #AC91FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91FB; }

 p { color: rgb(172,145,251); }

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

background-color css

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

 a { background-color: rgb(172,145,251); }

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

border-color css

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

 span { border-color: rgb(172,145,251); }

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