Html Css Color HEX #ACA0BE Biloba Flower

📋 copy color: '#ACA0BE'

red 172 ◦ green 160 ◦ blue 190

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

Shades of Biloba Flower #ACA0BE

Tints of Biloba Flower #ACA0BE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.65%

 BLUE value IS 190 (74.61% from 255) = 36.4%

R = 32.95%
G = 30.65%
B = 36.4%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACA0BE (or 0xACA0BE) is known color: Biloba Flower. HEX triplet: AC, A0 and BE. RGB value is (172,160,190). Sum of RGB (Red+Green+Blue) = 172+160+190=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #ACA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA0BE is #535F41. Grayscale: #A6A6A6. Windows color (decimal): -5463874 or 12492972. OLE color: 12492972.

HSL color Cylindrical-coordinate representation of color #ACA0BE: hue angle of 264º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACA0BE is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 160 190 -
CMYK 0.09 0.16 0 0.25
HSL 264º 0.19% 0.69% -
HSV(B) 264º 0.16% 0.75% -
XYZ 38.88 37.63 53.93 -
YUV 167.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 172 160 190 0.09 0.16 0 0.25 264 0.19 0.69
Hex AC A0 BE 9 10 0 19 108 13 45
Octal 254 240 276 11 20 0 31 410 23 105
Binary 10101100 10100000 10111110 1001 10000 0 11001 100001000 10011 1000101

Color Harmonies of #ACA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA0BE

Black with #ACA0BE

Text Example


Text Example

White with #ACA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA0BE; }

 p { color: rgb(172,160,190); }

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

background-color css

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

 a { background-color: rgb(172,160,190); }

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

border-color css

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

 span { border-color: rgb(172,160,190); }

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