Html Css Color HEX #AC91CE Biloba Flower

📋 copy color: '#AC91CE'

red 172 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #AC91CE

Tints of Biloba Flower #AC91CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.39%

R = 32.89%
G = 27.72%
B = 39.39%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC91CE (or 0xAC91CE) is known color: Biloba Flower. HEX triplet: AC, 91 and CE. RGB value is (172,145,206). Sum of RGB (Red+Green+Blue) = 172+145+206=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC91CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91CE is #536E31. Grayscale: #9F9F9F. Windows color (decimal): -5467698 or 13537708. OLE color: 13537708.

HSL color Cylindrical-coordinate representation of color #AC91CE: hue angle of 266.56º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC91CE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 145 206 -
CMYK 0.17 0.30 0 0.19
HSL 266.56º 0.38% 0.69% -
HSV(B) 266.56º 0.3% 0.81% -
XYZ 38.28 33.48 62.84 -
YUV 160.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 172 145 206 0.17 0.30 0 0.19 266.56 0.38 0.69
Hex AC 91 CE 11 1E 0 13 10B 26 45
Octal 254 221 316 21 36 0 23 413 46 105
Binary 10101100 10010001 11001110 10001 11110 0 10011 100001011 100110 1000101

Color Harmonies of #AC91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91CE

Black with #AC91CE

Text Example


Text Example

White with #AC91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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