Html Css Color HEX #ACA1BA Biloba Flower

📋 copy color: '#ACA1BA'

red 172 ◦ green 161 ◦ blue 186

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

Shades of Biloba Flower #ACA1BA

Tints of Biloba Flower #ACA1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.02%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 33.14%
G = 31.02%
B = 35.84%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ACA1BA (or 0xACA1BA) is known color: Biloba Flower. HEX triplet: AC, A1 and BA. RGB value is (172,161,186). Sum of RGB (Red+Green+Blue) = 172+161+186=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #ACA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA1BA is #535E45. Grayscale: #A7A7A7. Windows color (decimal): -5463622 or 12231084. OLE color: 12231084.

HSL color Cylindrical-coordinate representation of color #ACA1BA: hue angle of 266.4º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACA1BA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 161 186 -
CMYK 0.08 0.13 0 0.27
HSL 266.4º 0.15% 0.68% -
HSV(B) 266.4º 0.13% 0.73% -
XYZ 38.62 37.81 51.72 -
YUV 167.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 172 161 186 0.08 0.13 0 0.27 266.4 0.15 0.68
Hex AC A1 BA 8 D 0 1B 10A F 44
Octal 254 241 272 10 15 0 33 412 17 104
Binary 10101100 10100001 10111010 1000 1101 0 11011 100001010 1111 1000100

Color Harmonies of #ACA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA1BA

Black with #ACA1BA

Text Example


Text Example

White with #ACA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA1BA; }

 p { color: rgb(172,161,186); }

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

background-color css

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

 a { background-color: rgb(172,161,186); }

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

border-color css

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

 span { border-color: rgb(172,161,186); }

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