Html Css Color HEX #AC91F9 Biloba Flower

📋 copy color: '#AC91F9'

red 172 ◦ green 145 ◦ blue 249

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

Shades of Biloba Flower #AC91F9

Tints of Biloba Flower #AC91F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 30.39%
G = 25.62%
B = 43.99%

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

#AC91F9 (or 0xAC91F9) is known color: Biloba Flower. HEX triplet: AC, 91 and F9. RGB value is (172,145,249). Sum of RGB (Red+Green+Blue) = 172+145+249=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #AC91F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC91F9 is #536E06. Grayscale: #A4A4A4. Windows color (decimal): -5467655 or 16355756. OLE color: 16355756.

HSL color Cylindrical-coordinate representation of color #AC91F9: hue angle of 255.58º degrees, saturation: 0.9, 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 #AC91F9 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 145 249 -
CMYK 0.31 0.42 0 0.02
HSL 255.58º 0.9% 0.77% -
HSV(B) 255.58º 0.42% 0.98% -
XYZ 44.24 35.86 94.21 -
YUV 164.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 172 145 249 0.31 0.42 0 0.02 255.58 0.9 0.77
Hex AC 91 F9 1F 2A 0 2 100 5A 4D
Octal 254 221 371 37 52 0 2 400 132 115
Binary 10101100 10010001 11111001 11111 101010 0 10 100000000 1011010 1001101

Color Harmonies of #AC91F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91F9

Black with #AC91F9

Text Example


Text Example

White with #AC91F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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