Html Css Color HEX #AC91DF Biloba Flower

📋 copy color: '#AC91DF'

red 172 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #AC91DF

Tints of Biloba Flower #AC91DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 31.85%
G = 26.85%
B = 41.3%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC91DF (or 0xAC91DF) is known color: Biloba Flower. HEX triplet: AC, 91 and DF. RGB value is (172,145,223). Sum of RGB (Red+Green+Blue) = 172+145+223=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC91DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91DF is #536E20. Grayscale: #A1A1A1. Windows color (decimal): -5467681 or 14651820. OLE color: 14651820.

HSL color Cylindrical-coordinate representation of color #AC91DF: hue angle of 260.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC91DF is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 145 223 -
CMYK 0.23 0.35 0 0.13
HSL 260.77º 0.55% 0.72% -
HSV(B) 260.77º 0.35% 0.87% -
XYZ 40.46 34.35 74.31 -
YUV 161.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 172 145 223 0.23 0.35 0 0.13 260.77 0.55 0.72
Hex AC 91 DF 17 23 0 D 105 37 48
Octal 254 221 337 27 43 0 15 405 67 110
Binary 10101100 10010001 11011111 10111 100011 0 1101 100000101 110111 1001000

Color Harmonies of #AC91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91DF

Black with #AC91DF

Text Example


Text Example

White with #AC91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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