Html Css Color HEX #AC91CB Biloba Flower

📋 copy color: '#AC91CB'

red 172 ◦ green 145 ◦ blue 203

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

Shades of Biloba Flower #AC91CB

Tints of Biloba Flower #AC91CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.04%

R = 33.08%
G = 27.88%
B = 39.04%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC91CB (or 0xAC91CB) is known color: Biloba Flower. HEX triplet: AC, 91 and CB. RGB value is (172,145,203). Sum of RGB (Red+Green+Blue) = 172+145+203=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91CB is #536E34. Grayscale: #9F9F9F. Windows color (decimal): -5467701 or 13341100. OLE color: 13341100.

HSL color Cylindrical-coordinate representation of color #AC91CB: hue angle of 267.93º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC91CB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 145 203 -
CMYK 0.15 0.29 0 0.20
HSL 267.93º 0.36% 0.68% -
HSV(B) 267.93º 0.29% 0.8% -
XYZ 37.92 33.33 60.94 -
YUV 159.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 172 145 203 0.15 0.29 0 0.20 267.93 0.36 0.68
Hex AC 91 CB F 1D 0 14 10C 24 44
Octal 254 221 313 17 35 0 24 414 44 104
Binary 10101100 10010001 11001011 1111 11101 0 10100 100001100 100100 1000100

Color Harmonies of #AC91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91CB

Black with #AC91CB

Text Example


Text Example

White with #AC91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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