Html Css Color HEX #AC91CC Biloba Flower

📋 copy color: '#AC91CC'

red 172 ◦ green 145 ◦ blue 204

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

Shades of Biloba Flower #AC91CC

Tints of Biloba Flower #AC91CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 33.01%
G = 27.83%
B = 39.16%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC91CC (or 0xAC91CC) is known color: Biloba Flower. HEX triplet: AC, 91 and CC. RGB value is (172,145,204). Sum of RGB (Red+Green+Blue) = 172+145+204=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC91CC is #536E33. Grayscale: #9F9F9F. Windows color (decimal): -5467700 or 13406636. OLE color: 13406636.

HSL color Cylindrical-coordinate representation of color #AC91CC: hue angle of 267.46º degrees, saturation: 0.37, 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 #AC91CC is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 145 204 -
CMYK 0.16 0.29 0 0.2
HSL 267.46º 0.37% 0.68% -
HSV(B) 267.46º 0.29% 0.8% -
XYZ 38.04 33.38 61.57 -
YUV 159.8 152.95 136.7 -
System Red Green Blue C M Y K H S L
Decimal 172 145 204 0.16 0.29 0 0.2 267.46 0.37 0.68
Hex AC 91 CC 10 1D 0 14 10B 25 44
Octal 254 221 314 20 35 0 24 413 45 104
Binary 10101100 10010001 11001100 10000 11101 0 10100 100001011 100101 1000100

Color Harmonies of #AC91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC91CC

Black with #AC91CC

Text Example


Text Example

White with #AC91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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